chore: update eslint ignores; use npm in precommit

This commit is contained in:
Ayo Ayco 2024-12-25 22:51:41 +01:00
parent 6bbf02c49f
commit 4ccd8027c5
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,2 @@
pnpm run test:cli run npm run test:cli run
pnpm run lint npm run lint

View file

@ -10,9 +10,10 @@ export default [
'dist/*', 'dist/*',
'.output/*', '.output/*',
'.nitro/*', '.nitro/*',
'node_modules*',
'site/*', 'site/*',
'templates/*', 'templates/*',
'**/coverage/*',
'**/node_modules/*'
], ],
}, },
] ]