pradipbhatt / iCEC-Page

# Hacktoberfest 2024 accepted
https://icec.vercel.app
5 stars 29 forks source link

Set up Pre-Commit Hooks for Linting and Code Quality Enforcement #87

Open bibekjoshi01 opened 4 weeks ago

bibekjoshi01 commented 4 weeks ago

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 commented 4 weeks ago

Please assign me.

pradipbhatt commented 4 weeks ago

Please assign me.

OK @bibekjoshi01 go on