Skip to content

Commit 5dae45a

Browse files
author
Philipp Molitor
committed
remove "git add" for lint-staged
1 parent bcbdca8 commit 5dae45a

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
@@ -27,8 +27,7 @@
2727
"prettier --write"
2828
],
2929
"{src,typings}/**/*.{js,jsx,ts,tsx}": [
30-
"eslint --fix",
31-
"git add"
30+
"eslint --fix"
3231
]
3332
},
3433
"devDependencies": {

0 commit comments

Comments
 (0)