mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
chore(projects): 增加lint-staged
This commit is contained in:
parent
bbce75119a
commit
bfe90f98f5
@ -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
|
@ -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)
|
||||||
|
@ -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",
|
||||||
|
@ -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 中后台模板" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user