Skip to content

Commit bd024a5

Browse files
Remove no longer needed explicit git add command of lint-staged hooks
1 parent b96f862 commit bd024a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,10 @@
8282
"*.js": [
8383
"prettier --write",
8484
"eslint --fix",
85-
"git add",
8685
"jest --bail --findRelatedTests"
8786
],
8887
"*.css": [
89-
"stylelint --fix",
90-
"git add"
88+
"stylelint --fix"
9189
]
9290
}
9391
}

0 commit comments

Comments
 (0)