Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
chore(lint): updates lint staged
Browse files Browse the repository at this point in the history
to not invoke git add manually
  • Loading branch information
edm00se authored Feb 3, 2020
1 parent 560640e commit 5a7de4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
},
"lint-staged": {
"src/**/*.js": [
"prettier-eslint --single-quote --write",
"git add"
"prettier-eslint --single-quote --write"
]
},
"jest": {
Expand Down

0 comments on commit 5a7de4b

Please sign in to comment.