Skip to content

Commit

Permalink
chore: remove useless git add in lint staged commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioArnt committed Jun 14, 2022
1 parent 58570ca commit 239f9cb
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 @@ -62,8 +62,7 @@
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix",
"git add"
"eslint --fix"
]
}
}

0 comments on commit 239f9cb

Please sign in to comment.