Revert "Fix husky pre-commit & type check only staged" (#1550)

* Revert "Fix husky pre-commit & type check only staged (#1361)"

This reverts commit 795e932b8f.

* Update package.json
This commit is contained in:
Chenlei Hu
2024-11-15 09:19:24 -05:00
committed by GitHub
parent b922aa5c7c
commit 791a25637f
3 changed files with 5 additions and 22 deletions

View File

@@ -58,7 +58,6 @@
"tailwindcss": "^3.4.4",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"tsc-files": "^1.1.4",
"tsx": "^4.15.6",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0",
@@ -94,7 +93,8 @@
"zod-validation-error": "^3.3.0"
},
"lint-staged": {
"./**/*.{js,ts,tsx,vue}": "prettier --write",
"**/*.ts": "tsc-files --noEmit"
"./**/*.{js,ts,tsx,vue}": [
"prettier --write"
]
}
}