Skip to content

feat(husky-setup): husky pre-commit hook #91

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dhananjaypai08
Copy link

Feature: Add Husky Pre-commit Hook for Linting

This PR sets up a Husky pre-commit hook that runs npm run lint:fix followed by npm run lint:check to automatically fix and validate code style before commits. This helps maintain consistent code quality and prevents commits with linting errors.

Test execution is planned to be added in the same hook in a future update.

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

Successfully merging this pull request may close these issues.

1 participant