Skip to content

Commit 389aa04

Browse files
committed
Edit lint-staged config
1 parent f7a606c commit 389aa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint-staged.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
'*.{js,json}': ['prettier --write', 'git add'],
2+
'*.{js,json}': ['prettier --write'],
33
}

0 commit comments

Comments
 (0)