From: 三咲智子 Kevin Deng Date: Thu, 4 Jan 2024 09:41:04 +0000 (+0800) Subject: chore: update eslint ignore X-Git-Tag: v3.6.0-alpha.1~16^2~690 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243af64f04d82e8c8cd580898168f5d7e88d6b15;p=thirdparty%2Fvuejs%2Fcore.git chore: update eslint ignore --- diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 65653f40da..db6d35dde9 100644 --- a/.eslintrc.cjs +++ b/.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],