We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f88319 commit 96f3281Copy full SHA for 96f3281
.config/.lintstagedrc.js
@@ -10,5 +10,5 @@ export default {
10
'*.{css,scss}': 'stylelint --fix --allow-empty-input --no-validate',
11
'*.{js,ts,tsx,jsx,mjs,cjs}': 'xo --fix',
12
// ensure that security vulnerabilities are fixed before committing
13
- 'package-lock.json': 'npm audit fix'
+ 'package-lock.json': 'npm audit fix --omit=dev'
14
};
0 commit comments