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

Standardize Code Formatting with Prettier for Consistency #46

Open
5 tasks
addynoven opened this issue Oct 15, 2024 · 0 comments
Open
5 tasks

Standardize Code Formatting with Prettier for Consistency #46

addynoven opened this issue Oct 15, 2024 · 0 comments

Comments

@addynoven
Copy link

addynoven commented Oct 15, 2024

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

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

1 participant