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

Code Linting Issue: Implementing Prettier for Code Consistency #71

Closed
SOUMITRO-SAHA opened this issue Sep 26, 2024 · 1 comment
Closed

Comments

@SOUMITRO-SAHA
Copy link
Contributor

Code Linting Issue: Implementing Prettier for Consistency

Issue Description:

Currently, the project lacks any form of automated linting or formatting, which allows inconsistent code styles, poor readability, and potential errors to be introduced into the codebase. Without a proper linting setup, there is no enforcement of coding standards, which can result in varying styles across different parts of the project.

Problems before implementing linting and Prettier:

  • No linting or formatting rules in place, allowing inconsistent code styles.
  • Developers could commit code without a unified format, leading to decreased readability and maintainability.
  • Lack of automated checks meant that style violations could easily go unnoticed.
@andrewpareles
Copy link
Contributor

Closing; will continue work in the PR #72.

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

No branches or pull requests

2 participants