]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update eslint ignore
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Thu, 4 Jan 2024 09:41:04 +0000 (17:41 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Thu, 4 Jan 2024 09:41:33 +0000 (17:41 +0800)
.eslintrc.cjs

index 65653f40da2d7bb110d03992b94a39560db18bcf..db6d35dde9d62c064dab9b51a1e28deeebec7177 100644 (file)
@@ -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],