Skip to content

Standardize Code Formatting with Prettier for Consistency #46

@addynoven

Description

@addynoven

Context

As developers, we want to standardize our code formatting with Prettier so that everyone in the group project can maintain consistency. We need to ensure our codebase follows a consistent style to improve readability and maintainability. Prettier helps us achieve this by automatically formatting our code.

Tasks

  • Research and select a Prettier configuration.
  • Add Prettier as a dev dependency.
  • Add Prettier as a dev dependency in the package.json file.
  • Update the project's README with instructions on how to use Prettier.
  • Run Prettier on existing code to ensure consistency.

Acceptance Criteria (Checks)

  • Prettier configuration is added to the root directory
  • Prettier is listed as a dev dependency in package.json
  • README is updated with Prettier usage instructions
  • Prettier has been run on all existing code
  • Team members are informed about the new Prettier setup

Additional Information and Useful Links

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions