Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Code Linting Issue: Implementing Prettier for Code Consistency #71

@SOUMITRO-SAHA

Description

@SOUMITRO-SAHA

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions