refactor(projects): lint命令修改

This commit is contained in:
Soybean
2022-03-13 19:42:01 +08:00
parent cd7ca8f4c7
commit 20911dd882
3 changed files with 39 additions and 38 deletions

View File

@@ -11,7 +11,7 @@
"build:vercel": "cross-env VITE_HASH_ROUTE=true vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"prepare": "husky install",
"postinstall": "patch-package",
"release": "standard-version",