diff --git a/.husky/pre-commit b/.husky/pre-commit index a1fd632..acf2eda 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,2 @@ -pnpm run test:cli run -pnpm run lint +npm run test:cli run +npm run lint diff --git a/eslint.config.mjs b/eslint.config.mjs index e724011..728e794 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -10,9 +10,10 @@ export default [ 'dist/*', '.output/*', '.nitro/*', - 'node_modules*', 'site/*', 'templates/*', + '**/coverage/*', + '**/node_modules/*' ], }, ]