Skip to content

Commit

Permalink
chore: add pre commit hook to lint and tsc the code (#4378)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeboub authored Jan 22, 2025
1 parent 8b952e7 commit d9f92b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
echo "precommit"
yarn check-all
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d9f92b8

Please sign in to comment.