0
Fork 0
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:
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,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": [