Skip to content

Commit 07d14c3

Browse files
Chore: remove extraneous command from lint-staged config (#14314)
1 parent 41b3570 commit 07d14c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727
"pre-commit": "lint-staged"
2828
},
2929
"lint-staged": {
30-
"*.js": [
31-
"eslint --fix",
32-
"git add"
33-
],
30+
"*.js": "eslint --fix",
3431
"*.md": "markdownlint"
3532
},
3633
"files": [

0 commit comments

Comments
 (0)