mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 07:03:00 +08:00
add eslint
This commit is contained in:
parent
50196fac8f
commit
3e6109695e
3
.npmrc
3
.npmrc
@ -2,6 +2,3 @@ package-lock=true
|
||||
prefer-offline=true
|
||||
save-exact=true
|
||||
engine-strict=true
|
||||
engines={
|
||||
"pnpm": ">=8.6.6"
|
||||
}
|
12
package.json
12
package.json
@ -3,13 +3,17 @@
|
||||
"private": false,
|
||||
"version": "4.1.4",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
"pnpm": ">=8.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc --noEmit && vite build --mode production",
|
||||
"build": "eslint src && vue-tsc --noEmit && vite build --mode production",
|
||||
"preview": "vite preview",
|
||||
"test": "vue-tsc --noEmit && vite build --mode test",
|
||||
"dev-build": "vue-tsc --noEmit && vite build --mode development",
|
||||
"report": "vue-tsc --noEmit && vite build --mode report",
|
||||
"test": "eslint src && vue-tsc --noEmit && vite build --mode test",
|
||||
"dev-build": "eslint src && vue-tsc --noEmit && vite build --mode development",
|
||||
"report": "eslint src && vue-tsc --noEmit && vite build --mode report",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user