Skip to content

Commit

Permalink
Removed git add command from pre-commit hook command, as it's now by …
Browse files Browse the repository at this point in the history
…default
  • Loading branch information
AleshaOleg committed Apr 13, 2020
1 parent 2c8bf56 commit 4c7c9db
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 @@ -110,8 +110,7 @@
},
"lint-staged": {
"*.es6": [
"eslint --fix",
"git add"
"eslint --fix"
]
},
"main": "index.js",
Expand Down

0 comments on commit 4c7c9db

Please sign in to comment.