You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.json
file.Acceptance Criteria (Checks)
package.json
Additional Information and Useful Links
The text was updated successfully, but these errors were encountered: