mirror of https://github.com/vuejs/core.git
chore: update eslint ignore
This commit is contained in:
parent
82f1c58be6
commit
243af64f04
|
@ -90,7 +90,11 @@ module.exports = {
|
||||||
},
|
},
|
||||||
// Private package, browser only + no syntax restrictions
|
// Private package, browser only + no syntax restrictions
|
||||||
{
|
{
|
||||||
files: ['packages/template-explorer/**', 'packages/sfc-playground/**'],
|
files: [
|
||||||
|
'packages/template-explorer/**',
|
||||||
|
'packages/sfc-playground/**',
|
||||||
|
'playground/**',
|
||||||
|
],
|
||||||
rules: {
|
rules: {
|
||||||
'no-restricted-globals': ['error', ...NodeGlobals],
|
'no-restricted-globals': ['error', ...NodeGlobals],
|
||||||
'no-restricted-syntax': ['error', banConstEnum],
|
'no-restricted-syntax': ['error', banConstEnum],
|
||||||
|
|
Loading…
Reference in New Issue