Skip to content

Commit e6b90ba

Browse files
committed
chore(lint-staged): fix config
1 parent 058ec88 commit e6b90ba

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
@@ -78,8 +78,7 @@
7878
"lint-staged": {
7979
"{src,test}/**/*.js": [
8080
"eslint --fix",
81-
"prettier-standard",
82-
"git add"
81+
"prettier-standard"
8382
]
8483
},
8584
"commitlint": {

0 commit comments

Comments
 (0)