Add husky precommit check in the repo. (#171)

Signed-off-by: Tatsat Mishra <tamishra@microsoft.com>
This commit is contained in:
Tatsinnit
2025-07-03 10:55:16 +12:00
committed by GitHub
parent ff4789395b
commit 00ca972929
3 changed files with 35 additions and 1 deletions

View File

@@ -8,7 +8,8 @@
"test": "jest",
"test-coverage": "jest --coverage",
"format": "prettier --write .",
"format-check": "prettier --check ."
"format-check": "prettier --check .",
"prepare": "husky"
},
"keywords": [
"actions",
@@ -26,6 +27,7 @@
"@types/jest": "^30.0.0",
"@types/node": "^24.0.7",
"@vercel/ncc": "^0.38.3",
"husky": "^9.1.7",
"jest": "^30.0.3",
"prettier": "3.6.2",
"ts-jest": "^29.4.0",