feat: ✨ 修改校验配置
Showing
.husky/pre-commit
deleted
100755 → 0
... | ... | @@ -13,7 +13,6 @@ |
"preview": "node build/index.js --preview", | ||
"lint:stage": "lint-staged", | ||
"spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\"", | ||
"prepare": "husky install" | ||
}, | ||
"dependencies": { | ||
"@riophae/vue-treeselect": "0.4.0", | ||
... | ... | @@ -57,7 +56,7 @@ |
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-vue": "7.2.0", | ||
"husky": "^8.0.0", | ||
"husky": "^3.1.0", | ||
"lint-staged": "^10.5.3", | ||
"mockjs": "1.0.1-beta3", | ||
"postcss": "^8.4.12", | ||
... | ... |
Please register or sign in to comment