Chore: Remove git add for lint-staged to resolve warning (#24279)

This commit is contained in:
Marcus Efraimsson
2020-05-05 11:54:15 +02:00
committed by GitHub
parent b4570de92d
commit 898df2b778

View File

@@ -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": {