Skip to content

Commit 243af64

Browse files
committed
chore: update eslint ignore
1 parent 82f1c58 commit 243af64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintrc.cjs

+5-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ module.exports = {
9090
},
9191
// Private package, browser only + no syntax restrictions
9292
{
93-
files: ['packages/template-explorer/**', 'packages/sfc-playground/**'],
93+
files: [
94+
'packages/template-explorer/**',
95+
'packages/sfc-playground/**',
96+
'playground/**',
97+
],
9498
rules: {
9599
'no-restricted-globals': ['error', ...NodeGlobals],
96100
'no-restricted-syntax': ['error', banConstEnum],

0 commit comments

Comments
 (0)