Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up Husky for pre-commit and pre-push hooks #4

Open
jacobwi opened this issue Mar 25, 2024 · 0 comments
Open

Set up Husky for pre-commit and pre-push hooks #4

jacobwi opened this issue Mar 25, 2024 · 0 comments

Comments

@jacobwi
Copy link
Owner

jacobwi commented Mar 25, 2024

Integrate Husky into our project to utilize Git hooks for enforcing code standards and running tests automatically before commits and pushes. This will help maintain code quality and reduce errors.


Objectives:
Install and configure Husky in the project.
Set up pre-commit hooks to run linters and formatters (e.g., ESLint, Prettier).
Set up pre-push hooks to run unit tests.
Ensure that all team members have Husky set up correctly to prevent bypassing the hooks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant