We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8ac3b commit 4f158cdCopy full SHA for 4f158cd
lint-staged.config.js
@@ -1,4 +1,4 @@
1
module.exports = {
2
- '*.js': ['prettier --write', 'eslint --fix', 'git add'],
3
- '*.{json,md,yml,css,ts}': ['prettier --write', 'git add'],
+ '*.js': ['prettier --write', 'eslint --fix'],
+ '*.{json,md,yml,css,ts}': ['prettier --write'],
4
};
0 commit comments