🔧 chore: add husky pre-commit check

This commit is contained in:
2026-07-01 13:17:40 +07:00
parent b0f320ed79
commit f6f7edeef6
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -16,10 +16,12 @@
"@types/bun": "^1.3.14",
"@types/node": "^26.0.1",
"@types/validator": "^13.15.10",
"husky": "^9.1.7",
"prettier": "^3.9.4",
"typescript": "^6.0.3"
},
"scripts": {
"prepare": "husky",
"typecheck": "tsc --noEmit",
"format": "prettier --check .",
"format:fix": "prettier --write .",