chore: update eslint config ignores
This commit is contained in:
parent
08c4ee7259
commit
6bbf02c49f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export default [
|
||||||
'dist/*',
|
'dist/*',
|
||||||
'.output/*',
|
'.output/*',
|
||||||
'.nitro/*',
|
'.nitro/*',
|
||||||
'node-modules*',
|
'node_modules*',
|
||||||
'site/*',
|
'site/*',
|
||||||
'templates/*',
|
'templates/*',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue