-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Several files in this repository do not adhere to the formatting rules defined in the .prettierrc configuration.
Task Details
- Check the codebase for files that are not properly formatted according to the current Prettier configuration.
- Use Prettier with the project's
.prettierrcto automatically reformat these files. - Only formatting changes should be included in your pull request. Avoid mixing in any other code changes.
- After formatting, verify that the codebase still builds and passes all tests (if applicable).
Why This Matters
Consistent formatting makes code easier to read, review, and maintain. This task will help improve the developer experience and code quality for everyone working on this project.
If you have questions during this process, comment on this issue for guidance.