ani1609 / Spendwise

Spendwise - Your User-Friendly Expense Tracker
https://spendwise-seven.vercel.app/
MIT License
26 stars 49 forks source link

Add ESLint for better code readability and uphelding set coding rules #244

Closed mendacium-a11y closed 8 months ago

mendacium-a11y commented 8 months ago

Is your feature request related to a problem? Please describe. The current project lacks consistent formatting standards or code formatters and linters, leading to potential readability issues and difficulties in maintaining the codebase.

Describe the solution you'd like Implement ESLint for the project to enforce consistent coding standards, identify potential errors, and maintain code quality across the codebase. ESLint will help ensure adherence to predefined coding conventions, enhancing code readability and reducing the likelihood of bugs or inconsistencies.

Describe alternatives you've considered Prettier can be implemented which is just a code formatter, so it would only check discrepancies in code through pre-set rules.However, ESLint is widely adopted and provides robust customization options and extensibility, making it a versatile and popular choice for code analysis and enforcement.

ani1609 commented 8 months ago

@mendacium-a11y are you interested in working on the above issue?

mendacium-a11y commented 8 months ago

yes

ani1609 commented 8 months ago

@mendacium-a11y assigning you the issue, go ahead please