ソースを参照

chore: update eslint ignore

三咲智子 Kevin Deng 2 年 前
コミット
243af64f04
1 ファイル変更5 行追加1 行削除
  1. 5 1
      .eslintrc.cjs

+ 5 - 1
.eslintrc.cjs

@@ -90,7 +90,11 @@ module.exports = {
     },
     // Private package, browser only + no syntax restrictions
     {
-      files: ['packages/template-explorer/**', 'packages/sfc-playground/**'],
+      files: [
+        'packages/template-explorer/**',
+        'packages/sfc-playground/**',
+        'playground/**',
+      ],
       rules: {
         'no-restricted-globals': ['error', ...NodeGlobals],
         'no-restricted-syntax': ['error', banConstEnum],