Skip to content

Commit

Permalink
chore: removing git add cmd from lint-staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Mar 17, 2020
1 parent 969e834 commit 8f573b0
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 @@ -109,8 +109,7 @@
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
"eslint --fix"
]
},
"engines": {
Expand Down

0 comments on commit 8f573b0

Please sign in to comment.