mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 18:50:04 +00:00
ui: Lint staged no longer requires git add to be specified (#8285)
This commit is contained in:
parent
d44341b65f
commit
7fe2ac9714
@ -41,12 +41,10 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"{app,config,lib,server,tests}/**/*.js": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
"prettier --write"
|
||||
],
|
||||
"app/styles/**/*.*": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user