Commit 898df2b7 by Marcus Efraimsson Committed by GitHub

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

parent b4570de9
......@@ -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": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment