0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: update lint-stage

This commit is contained in:
Juan Picado @jotadeveloper 2018-12-04 07:21:53 +01:00
parent 715cd58813
commit fdbe51e7fa
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -201,15 +201,17 @@
}
},
"lint-staged": {
"*.yaml": [
"prettier --parser yaml --no-config --single-quote --write",
"git add"
],
"*": [
"eslint .",
"prettier --write",
"git add"
],
"linters": {
"*.yaml": [
"prettier --parser yaml --no-config --single-quote --write",
"git add"
],
"*": [
"eslint .",
"prettier --write",
"git add"
]
},
"ignore": ["*.json"]
},
"bundlesize": [