Skip to content

Commit

Permalink
chore: remove git-add from lint-staging setup
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Oct 9, 2020
1 parent ee203f4 commit 08dbcae
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 @@ -65,8 +65,7 @@
},
"lint-staged": {
"*.{js,ts}": [
"eslint --fix",
"git add"
"eslint --fix"
]
},
"commitlint": {
Expand Down

0 comments on commit 08dbcae

Please sign in to comment.