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 Pre-Commit Hooks for Linting and Code Quality Enforcement #87

Open
bibekjoshi01 opened this issue Oct 24, 2024 · 2 comments
Open
Labels

Comments

@bibekjoshi01
Copy link
Contributor

Currently, the project doesn't enforce consistent code style or run automated code quality checks on every commit. This can lead to inconsistent code formatting, overlooked errors, and code that doesn't meet the project's quality standards.

To maintain high code quality and make contributions smoother, we should set up a pre-commit hook to automatically run linters and formatters before any code is committed.

Benefits
Code Consistency: All contributions will follow a consistent code style, making the codebase easier to read and maintain.
Error Prevention: Common errors and anti-patterns can be caught early through ESLint.
Ease for Contributors: Contributors won’t need to worry about manual formatting; it will be automated.

@bibekjoshi01
Copy link
Contributor Author

Please assign me.

@pradipbhatt
Copy link
Owner

Please assign me.

OK @bibekjoshi01 go on

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

No branches or pull requests

2 participants