FEMessage / vue-sfc-cli

🔨A powerful tool for developing vue single-file component
https://medium.com/deepexi/reveal-the-secret-of-vue-sfc-cli-69f0f21dbad3
MIT License
149 stars 36 forks source link

chore(deps): 固定 husky, prettier 版本 #78

Closed colmugx closed 5 years ago

colmugx commented 5 years ago

Why

husky, prettier 版本变动太快,不利于操作

How

"husky": "1.3.1",
"prettier": "1.18.2",

Test

开始使用 lint-staged 做提交前检查,以下是以 el-data-table 作为例子,升级配置后的提交前检查结果

image