chore: update eslint config ignores

This commit is contained in:
Ayo Ayco 2024-12-25 22:46:27 +01:00
parent 08c4ee7259
commit 6bbf02c49f

View file

@ -10,7 +10,7 @@ export default [
'dist/*',
'.output/*',
'.nitro/*',
'node-modules*',
'node_modules*',
'site/*',
'templates/*',
],