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 e400f57 commit cc0dbd3Copy full SHA for cc0dbd3
lint-staged.config.js
@@ -1,4 +1,4 @@
1
module.exports = {
2
- '*.js': ['prettier --write', 'eslint --fix', 'git add'],
3
- '*.{json,md,yml,css}': ['prettier --write', 'git add'],
+ '*.js': ['prettier --write', 'eslint --fix'],
+ '*.{json,md,yml,css}': ['prettier --write'],
4
};
0 commit comments