chore: 🤖 change lint-staged conf

This commit is contained in:
youxingzhi
2020-01-30 13:34:24 +08:00
parent d73b4c1829
commit 53320cc235

View File

@@ -38,7 +38,7 @@
"vue-template-compiler": "^2.6.10" "vue-template-compiler": "^2.6.10"
}, },
"lint-staged": { "lint-staged": {
"**/**.{js,json,pcss,md,vue}": [ "**/*.{js,json,md,vue}": [
"prettier --write" "prettier --write"
] ]
}, },