Skip to content

Commit

Permalink
chore(config): with lint-staged v10, no need to git add
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchiu committed Feb 28, 2020
1 parent 08eaac2 commit 10154b8
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 @@ -46,8 +46,7 @@
},
"lint-staged": {
"*.{js,json,md,ts,yml}": [
"prettier --write",
"git add"
"prettier --write"
]
},
"release": {
Expand Down

0 comments on commit 10154b8

Please sign in to comment.