Skip to content

Commit 506ccbe

Browse files
committed
chore: remove git add on lint
1 parent 1a0c013 commit 506ccbe

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-
'*.{ts,js}': ['eslint --fix', 'git add'],
3-
'*.{json,md}': ['prettier --write', 'git add'],
2+
'*.{ts,js}': ['eslint --fix'],
3+
'*.{json,md}': ['prettier --write'],
44
};

0 commit comments

Comments
 (0)