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)
Additional Information and Useful Links
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
package.jsonfile.Acceptance Criteria (Checks)
package.jsonAdditional Information and Useful Links