chore(projects): 增加lint-staged

This commit is contained in:
‘chen.home’ 2022-08-04 23:13:35 +08:00
parent bbce75119a
commit bfe90f98f5
4 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh" . "$(dirname -- "$0")/_/husky.sh"
npm run lint && npm run prettier npx lint-staged

View File

@ -43,6 +43,12 @@ pnpm dev
pnpm build pnpm build
``` ```
- cz规范提交git
```bash
npx cz
```
## 素材来源 ## 素材来源
[iconfont-阿里巴巴矢量图标库](https://www.iconfont.cn/collections/detail?spm=a313x.7781069.1998910419.d9df05512&cid=39973) [iconfont-阿里巴巴矢量图标库](https://www.iconfont.cn/collections/detail?spm=a313x.7781069.1998910419.d9df05512&cid=39973)

View File

@ -15,6 +15,10 @@
"path": "./node_modules/cz-customizable" "path": "./node_modules/cz-customizable"
} }
}, },
"lint-staged": {
"./src/**/*.{ts,tsx}": "lint",
"./src/**/*.{js,jsx,ts,tsx,less,json}": "prettier --loglevel warn --write"
},
"dependencies": { "dependencies": {
"vue": "^3.2.37" "vue": "^3.2.37"
}, },
@ -35,6 +39,7 @@
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0", "eslint-plugin-vue": "^9.3.0",
"husky": "^8.0.0", "husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"typescript": "^4.6.4", "typescript": "^4.6.4",
"vite": "^3.0.0", "vite": "^3.0.0",

View File

@ -7,7 +7,7 @@ import HelloWorld from './components/HelloWorld.vue';
<template> <template>
<div> <div>
<a href="https://vitejs.dev" target="_blank"> <a href="https://vitejs.dev" target="_blank">
<img src="/pixel.svg" class="logo" /> <img src="/pixel.svg" class="logo" alt="" />
</a> </a>
</div> </div>
<HelloWorld msg="Ench-Admin 中后台模板" /> <HelloWorld msg="Ench-Admin 中后台模板" />