mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore: update lint-stage
This commit is contained in:
parent
715cd58813
commit
fdbe51e7fa
1 changed files with 11 additions and 9 deletions
|
@ -201,6 +201,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
"linters": {
|
||||||
"*.yaml": [
|
"*.yaml": [
|
||||||
"prettier --parser yaml --no-config --single-quote --write",
|
"prettier --parser yaml --no-config --single-quote --write",
|
||||||
"git add"
|
"git add"
|
||||||
|
@ -209,7 +210,8 @@
|
||||||
"eslint .",
|
"eslint .",
|
||||||
"prettier --write",
|
"prettier --write",
|
||||||
"git add"
|
"git add"
|
||||||
],
|
]
|
||||||
|
},
|
||||||
"ignore": ["*.json"]
|
"ignore": ["*.json"]
|
||||||
},
|
},
|
||||||
"bundlesize": [
|
"bundlesize": [
|
||||||
|
|
Loading…
Reference in a new issue