chore: update eslint ignores; use npm in precommit
This commit is contained in:
parent
6bbf02c49f
commit
4ccd8027c5
2 changed files with 4 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
pnpm run test:cli run
|
npm run test:cli run
|
||||||
pnpm run lint
|
npm run lint
|
||||||
|
|
|
@ -10,9 +10,10 @@ export default [
|
||||||
'dist/*',
|
'dist/*',
|
||||||
'.output/*',
|
'.output/*',
|
||||||
'.nitro/*',
|
'.nitro/*',
|
||||||
'node_modules*',
|
|
||||||
'site/*',
|
'site/*',
|
||||||
'templates/*',
|
'templates/*',
|
||||||
|
'**/coverage/*',
|
||||||
|
'**/node_modules/*'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue