chore: eslint 依赖报错

This commit is contained in:
ChenZhaoYu
2023-02-16 14:03:40 +08:00
parent 30372c2e70
commit ee542a01f7
4 changed files with 21 additions and 20 deletions

View File

@@ -16,6 +16,7 @@
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"bootstrap": "pnpm install && pnpm run common:prepare",
"common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml",