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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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