20250609 Eslint V8版本
This commit is contained in:
parent
3d9f87d02b
commit
59521e4df4
@ -7,9 +7,10 @@
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.ts,.tsx --fix",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.ts,.tsx --fix --max-warnings 0",
|
||||
"lint:check": "eslint . --ext .vue,.js,.jsx,.ts,.tsx",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"reinstall": "rm -rf node_modules package-lock.json && npm install"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{vue,js,ts,jsx,tsx}": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user