Skip to content

Commit

Permalink
chore(lint-staged): remove git add (#2061)
Browse files Browse the repository at this point in the history
from lint-staged v10, git add is unnecessary
  • Loading branch information
uiolee authored Aug 24, 2023
1 parent 29374ec commit 952047c
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 @@ -36,8 +36,7 @@
},
"lint-staged": {
"*.{png,jpeg,jpg,gif,svg}": [
"imagemin-lint-staged",
"git add"
"imagemin-lint-staged"
],
"*.js": "eslint --fix"
},
Expand Down

0 comments on commit 952047c

Please sign in to comment.