Skip to content

Commit ab44d74

Browse files
fix: Removed git add from lint-staged section
Co-authored-by: Vlad Holubiev <vladgolubev@users.noreply.github.com>
1 parent 5d32567 commit ab44d74

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@
3535
},
3636
"lint-staged": {
3737
"*.{ts,js,}": [
38-
"eslint --fix",
39-
"git add"
38+
"eslint --fix"
4039
],
4140
"*.{html,json,md,yml}": [
42-
"prettier --write",
43-
"git add"
41+
"prettier --write"
4442
]
4543
},
4644
"babel": {

0 commit comments

Comments
 (0)