Skip to content

Commit e0f02ff

Browse files
committed
build: remove git-add from lint-staged scripts
1 parent b9b0af0 commit e0f02ff

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
@@ -58,12 +58,10 @@
5858
},
5959
"lint-staged": {
6060
"*.{css,json,md}": [
61-
"prettier --write",
62-
"git add"
61+
"prettier --write"
6362
],
6463
"*.{ts,js}": [
65-
"eslint --fix",
66-
"git add"
64+
"eslint --fix"
6765
]
6866
}
6967
}

0 commit comments

Comments
 (0)