-
-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
Description
Context
We want to enhance our code formatting and consistency by integrating Prettier into our development workflow. Prettier will help us automatically format our code according to defined rules and conventions.
Expected Behavior
- Prettier should be integrated into our project.
- We should have a well-defined Prettier configuration that aligns with our project's code style requirements.
- Prettier should be configured to automatically format code files on save or as part of our build process, depending on our workflow.
- We should document the Prettier setup and configuration for the team to reference.
Current Behavior
Currently, our project does not have Prettier configured, and there are no code formatting rules in place. This can lead to inconsistent code styles throughout the codebase. We want to address this by setting up Prettier to ensure consistent and automated code formatting.