chore: add pre commit hook to lint and tsc the code (#4378)

This commit is contained in:
Olivier Bouillet
2025-01-22 22:31:30 +01:00
committed by GitHub
parent 8b952e709a
commit d9f92b800e
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
echo "precommit"
yarn check-all
+1
View File
@@ -26,6 +26,7 @@
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.19.0",
"eslint-plugin-jest": "^27.4.2",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^2.4.1",
"react": "18.2.0",