强化前端格式检测
This commit is contained in:
@@ -9,9 +9,11 @@
|
||||
"preview": "vite preview --host 0.0.0.0",
|
||||
"typecheck": "vue-tsc -b --noEmit",
|
||||
"lint": "eslint .",
|
||||
"lint:strict": "eslint . --max-warnings=0",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check ."
|
||||
"format:check": "prettier --check .",
|
||||
"check": "npm run format:check && npm run lint:strict && npm run typecheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
|
||||
Reference in New Issue
Block a user