Skip to content

Commit

Permalink
Chore: Remove git add for lint-staged to resolve warning (grafana#24279)
Browse files Browse the repository at this point in the history
  • Loading branch information
marefr authored May 5, 2020
1 parent b4570de commit 898df2b
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 @@ -53,12 +53,10 @@
},
"lint-staged": {
"*.{ts,tsx,json,scss}": [
"prettier --write",
"git add"
"prettier --write"
],
"*pkg/**/*.go": [
"gofmt -w -s",
"git add"
"gofmt -w -s"
]
},
"devDependencies": {
Expand Down

0 comments on commit 898df2b

Please sign in to comment.