Skip to content

Commit 96518e5

Browse files
committed
chore: Fix lint-staged config
1 parent 942b2d4 commit 96518e5

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
@@ -67,12 +67,10 @@
6767
},
6868
"lint-staged": {
6969
"*.{ts,md}": [
70-
"prettier --write",
71-
"git add"
70+
"prettier --write"
7271
],
7372
"*.ts": [
74-
"eslint --fix",
75-
"git add"
73+
"eslint --fix"
7674
]
7775
},
7876
"husky": {

0 commit comments

Comments
 (0)