mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
chore: update lint-stage
This commit is contained in:
parent
3c8e0fbd16
commit
715cd58813
1 changed files with 3 additions and 2 deletions
|
@ -205,11 +205,12 @@
|
|||
"prettier --parser yaml --no-config --single-quote --write",
|
||||
"git add"
|
||||
],
|
||||
"*.js": [
|
||||
"*": [
|
||||
"eslint .",
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
],
|
||||
"ignore": ["*.json"]
|
||||
},
|
||||
"bundlesize": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue