mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove git add for lint-staged to resolve warning (#24279)
This commit is contained in:
parent
b4570de92d
commit
898df2b778
@ -53,12 +53,10 @@
|
|||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{ts,tsx,json,scss}": [
|
"*.{ts,tsx,json,scss}": [
|
||||||
"prettier --write",
|
"prettier --write"
|
||||||
"git add"
|
|
||||||
],
|
],
|
||||||
"*pkg/**/*.go": [
|
"*pkg/**/*.go": [
|
||||||
"gofmt -w -s",
|
"gofmt -w -s"
|
||||||
"git add"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user