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
jonaskello committed Mar 12, 2021
1 parent 362db95 commit 086ba20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
},
"lint-staged": {
"*.{ts,tsx}": "tslint",
"*.{ts,tsx,json,css}": [
"prettier --write",
"git add"
]
"*.{ts,tsx,json,css}": "prettier --write"
}
}

0 comments on commit 086ba20

Please sign in to comment.