-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Feature: Integrate Code Quality Tools for Enhanced Consistency #211
Conversation
@hkirat this is right approach ? |
I might be wrong but we do alreay have husky, eslint and prettier |
@devsargam We've updated and fine-tuned our existing Husky, ESLint, and Prettier configurations to enhance code consistency and automation further |
With so many files touched, its difficult to review the changes which are done particularly for this PR. |
@adexh This PR mainly updates our ESLint, Prettier, and Husky setups. Most changes are automatic formatting, so please focus on the config updates |
Linting can be a separate pr actually |
@devsargam umm ??? |
I mean a lot of files have been changed which makes ur pr hard to review. Can u revert all the linted files and only focus on what was changed actually? |
Most changes are automatic formatting !!!! |
lets see I'll revert the formatting changes in the linted files to highlight the key updates made to our ESLint, Prettier, and Husky configurations, ensure the PR focuses only on the essential modifications. good ? @hkirat |
@devsargam is right, need to be saparate changes |
okk |
This pull request introduces ESLint, Prettier, and Husky into our development workflow. The integration of these tools serves to enforce a consistent coding standard across the project, ensuring that all contributions adhere to our defined styles and practices.
Key Changes:
These tools collectively contribute to a more maintainable and error-free codebase, streamlining the development process and enhancing collaboration efficiency.