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

Added Husky ( Pre -Commit) #772

Closed
wants to merge 1 commit into from

Conversation

shivasankaran18
Copy link

@shivasankaran18 shivasankaran18 commented Apr 5, 2025

This PR adds a pre-commit hook using Husky to ensure linting and formatting checks are enforced before every commit. It integrates lint-staged to run ESLint and Prettier on relevant staged files, maintaining code consistency and preventing formatting issues from entering the codebase

Closes #771

@ksen0
Copy link
Member

ksen0 commented Apr 8, 2025

Hi @shivasankaran18 , please note for future reference that PRs without an approved issue will be closed, as per the contributor guidelines:

You should not file a pull request (or start working on code changes) without a corresponding issue or before an issue has been approved for implementation; that is because the proposed fix may not be accepted, need a different approach entirely, or the actual problem is somewhere else. Any pull requests filed before the issue has been approved for fixing will be closed until approval is given to the issue.

@ksen0 ksen0 closed this Apr 8, 2025
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.

Automation to improve code quality and consistency
2 participants