[FEATURE] Implement Prettier for automated code formatting - #171
[FEATURE] Implement Prettier for automated code formatting#171rohitkumarnaidu wants to merge 2 commits into
Conversation
|
@rohitkumarnaidu is attempting to deploy a commit to the Arghya's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedToo many files! This PR contains 127 files, which is 27 over the limit of 100. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry. ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (127)
You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Closing old duplicate - superseded by PR #172. |
Description
Implemented Prettier to enforce consistent code formatting across the repository. Added
.prettierignoreand ran the formatting script across the existing codebase.Related Issue
Closes #155
Type of Change
Screenshots (for UI changes)
N/A
Checklist
npm testand all tests passnpm run lintwith no errors