mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 04:22:49 +08:00
chore(projects): 增加lint-staged
This commit is contained in:
parent
bbce75119a
commit
bfe90f98f5
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npm run lint && npm run prettier
|
||||
npx lint-staged
|
@ -43,6 +43,12 @@ pnpm dev
|
||||
pnpm build
|
||||
```
|
||||
|
||||
- cz规范提交git
|
||||
|
||||
```bash
|
||||
npx cz
|
||||
```
|
||||
|
||||
## 素材来源
|
||||
|
||||
[iconfont-阿里巴巴矢量图标库](https://www.iconfont.cn/collections/detail?spm=a313x.7781069.1998910419.d9df05512&cid=39973)
|
||||
|
@ -15,6 +15,10 @@
|
||||
"path": "./node_modules/cz-customizable"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/**/*.{ts,tsx}": "lint",
|
||||
"./src/**/*.{js,jsx,ts,tsx,less,json}": "prettier --loglevel warn --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.37"
|
||||
},
|
||||
@ -35,6 +39,7 @@
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-vue": "^9.3.0",
|
||||
"husky": "^8.0.0",
|
||||
"lint-staged": "^13.0.3",
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.6.4",
|
||||
"vite": "^3.0.0",
|
||||
|
@ -7,7 +7,7 @@ import HelloWorld from './components/HelloWorld.vue';
|
||||
<template>
|
||||
<div>
|
||||
<a href="https://vitejs.dev" target="_blank">
|
||||
<img src="/pixel.svg" class="logo" />
|
||||
<img src="/pixel.svg" class="logo" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
<HelloWorld msg="Ench-Admin 中后台模板" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user