Skip to content

Commit

Permalink
Remove git add from lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL committed May 8, 2020
1 parent 77b1a58 commit 6f2a8c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@
},
"lint-staged": {
"*.{js,json}": [
"prettier --write",
"git add"
"prettier --write"
],
"*.js": [
"eslint --fix",
"git add"
"eslint --fix"
]
}
}

0 comments on commit 6f2a8c0

Please sign in to comment.