Feature Request
Description
In order to maintain consistent code formatting across the repopilot repository and make PR reviews smoother, we should integrate Prettier.
Proposed Solution
- Add
.prettierrc and .prettierignore configuration files.
- Add a
format script in the configuration to easily format all files.
- Apply Prettier formatting across the existing codebase.
Benefits
- Eliminates debates over code styling in PRs.
- Ensures a unified code style for all contributors.
Could you please assign this issue to me and add the ELUSOC label? I will raise a PR with the setup shortly. Thanks! 🚀
Feature Request
Description
In order to maintain consistent code formatting across the
repopilotrepository and make PR reviews smoother, we should integrate Prettier.Proposed Solution
.prettierrcand.prettierignoreconfiguration files.formatscript in the configuration to easily format all files.Benefits
Could you please assign this issue to me and add the
ELUSOClabel? I will raise a PR with the setup shortly. Thanks! 🚀