项目文件格式化
Showing
... | @@ -13,7 +13,8 @@ | ... | @@ -13,7 +13,8 @@ |
"dev": "vue-cli-service serve", | "dev": "vue-cli-service serve", | ||
"log": "conventional-changelog --config ./node_modules/vue-cli-plugin-commitlint/lib/log -i CHANGELOG.md -s -r 0", | "log": "conventional-changelog --config ./node_modules/vue-cli-plugin-commitlint/lib/log -i CHANGELOG.md -s -r 0", | ||
"preview": "node build/index.js --preview", | "preview": "node build/index.js --preview", | ||
"spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\"" | "spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\"", | ||
"prepare": "husky install" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@riophae/vue-treeselect": "0.4.0", | "@riophae/vue-treeselect": "0.4.0", | ||
... | ... |
Please register or sign in to comment