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