chore: 接入 husky + lint-staged,pre-commit 跑 tsc,pre-push 跑 css:audit

- pre-commit: npx lint-staged → tsc --noEmit(仅检查暂存的 TS/TSX 文件)
This commit is contained in:
2026-06-16 13:01:46 +08:00
parent 120fc2e70c
commit 3321b96e29
5 changed files with 464 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
npm run css:audit