We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69cf001 commit b958f16Copy full SHA for b958f16
lint-staged.config.js
@@ -1,4 +1,4 @@
1
module.exports = {
2
- '*.js': 'npm run compliance:eslint',
3
- 'package.json': ['npm run security:outdated', 'npm run security:nsp'],
+ '*.js': 'npm run compliance:lint',
+ 'package.json': ['npm run security:outdated', 'npm run security:audit'],
4
};
0 commit comments