Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit ddd4b71

Browse files
committed
build(lint-staged): remove "git add" command from configuration
explicit "git add" command is not needed anymore since lint-staged@10
1 parent f9b5c5d commit ddd4b71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
},
3232
"lint-staged": {
3333
"{{bin,scripts,utils}/**/*.{js,json},*.{js,json}}": [
34-
"prettier --write",
35-
"git add"
34+
"prettier --write"
3635
]
3736
},
3837
"prettier": {

0 commit comments

Comments
 (0)