We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f1c58 commit 243af64Copy full SHA for 243af64
.eslintrc.cjs
@@ -90,7 +90,11 @@ module.exports = {
90
},
91
// Private package, browser only + no syntax restrictions
92
{
93
- files: ['packages/template-explorer/**', 'packages/sfc-playground/**'],
+ files: [
94
+ 'packages/template-explorer/**',
95
+ 'packages/sfc-playground/**',
96
+ 'playground/**',
97
+ ],
98
rules: {
99
'no-restricted-globals': ['error', ...NodeGlobals],
100
'no-restricted-syntax': ['error', banConstEnum],
0 commit comments