【enhance】 新增 lint-staged 提交时自动格式化
GeekQiaQia opened this issue · 0 comments
GeekQiaQia commented
"lint-staged": {
"*.{vue,js,ts}": [
"eslint --fix",
"npx prettier --write ./src ",
"git add ."
]
},
GeekQiaQia opened this issue · 0 comments
"lint-staged": {
"*.{vue,js,ts}": [
"eslint --fix",
"npx prettier --write ./src ",
"git add ."
]
},