mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
add eslint check
This commit is contained in:
parent
97b05f52a5
commit
1b5edfb479
12
package.json
12
package.json
@ -3,13 +3,17 @@
|
|||||||
"private": false,
|
"private": false,
|
||||||
"version": "4.1.4",
|
"version": "4.1.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16.0.0",
|
||||||
|
"pnpm": ">=8.0.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vue-tsc --noEmit && vite build --mode production",
|
"build": "eslint src && vue-tsc --noEmit && vite build --mode production",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"test": "vue-tsc --noEmit && vite build --mode test",
|
"test": "eslint src && vue-tsc --noEmit && vite build --mode test",
|
||||||
"dev-build": "vue-tsc --noEmit && vite build --mode development",
|
"dev-build": "eslint src && vue-tsc --noEmit && vite build --mode development",
|
||||||
"report": "vue-tsc --noEmit && vite build --mode report",
|
"report": "eslint src && vue-tsc --noEmit && vite build --mode report",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user