mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
perf(projects): 优化了lint-staged命令
This commit is contained in:
parent
bfe90f98f5
commit
8842a87c24
@ -43,10 +43,10 @@ pnpm dev
|
||||
pnpm build
|
||||
```
|
||||
|
||||
- cz规范提交git
|
||||
- cz插件提交git
|
||||
|
||||
```bash
|
||||
npx cz
|
||||
pnpm commit
|
||||
```
|
||||
|
||||
## 素材来源
|
||||
|
@ -8,7 +8,8 @@
|
||||
"preview": "vite preview",
|
||||
"prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.json --fix",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"commit": "cz"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
@ -16,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/**/*.{ts,tsx}": "lint",
|
||||
"./src/**/*.{vue,js,jsx,ts,tsx,json}": "eslint --fix",
|
||||
"./src/**/*.{js,jsx,ts,tsx,less,json}": "prettier --loglevel warn --write"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user