提交格式验证修改

This commit is contained in:
2026-08-13 13:34:14 +08:00
parent 3e5157909c
commit 181b8902e1
27 changed files with 220 additions and 579 deletions
-6
View File
@@ -37,7 +37,6 @@
"fmt": "oxfmt",
"gen-route": "sa gen-route",
"lint": "oxlint --fix && eslint --fix .",
"prepare": "simple-git-hooks",
"preview": "vite preview",
"release": "sa release",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
@@ -108,7 +107,6 @@
"oxlint": "^1.64.0",
"pro-naive-ui-resolver": "1.0.2",
"sass": "1.99.0",
"simple-git-hooks": "2.13.1",
"tsx": "4.21.0",
"typescript": "6.0.3",
"unocss": "^66.6.8",
@@ -122,10 +120,6 @@
"vue-eslint-parser": "10.4.0",
"vue-tsc": "3.2.8"
},
"simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify",
"pre-commit": "pnpm typecheck && pnpm lint && pnpm fmt && git diff --exit-code"
},
"engines": {
"node": ">=20.19.0",
"pnpm": ">=10.5.0"