Skip to content

Commit cc0dbd3

Browse files
authored
chore(lint-staged): remove git add (#621)
1 parent e400f57 commit cc0dbd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint-staged.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
3-
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
2+
'*.js': ['prettier --write', 'eslint --fix'],
3+
'*.{json,md,yml,css}': ['prettier --write'],
44
};

0 commit comments

Comments
 (0)