Skip to content

Implement the prettier hook and formatting the files#92

Merged
Ayush8923 merged 4 commits intomainfrom
feat/implement-prettier-formatting
Mar 26, 2026
Merged

Implement the prettier hook and formatting the files#92
Ayush8923 merged 4 commits intomainfrom
feat/implement-prettier-formatting

Conversation

@Ayush8923
Copy link
Collaborator

@Ayush8923 Ayush8923 commented Mar 24, 2026

Issue: #71

Summary:

  • Added the prettier hook while committing the code.
  • Added the prettier check in the CI pipeline.
  • Correct the formatting all the files so the consistent formatting in all files.

@Ayush8923 Ayush8923 self-assigned this Mar 24, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 24, 2026

Warning

Rate limit exceeded

@Ayush8923 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 46 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9b017c1e-b7c4-48ec-bad6-96b142fbd7ba

📥 Commits

Reviewing files that changed from the base of the PR and between 8076d1f and 57f51e7.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (79)
  • .github/ISSUE_TEMPLATE/bug_report.md
  • .github/ISSUE_TEMPLATE/enhancement-request.md
  • .github/ISSUE_TEMPLATE/feature_request.md
  • .github/workflows/ci.yml
  • .prettierignore
  • .prettierrc
  • app/coming-soon/guardrails/page.tsx
  • app/coming-soon/model-testing/page.tsx
  • app/coming-soon/redteaming/page.tsx
  • app/coming-soon/text-to-speech/page.tsx
  • app/components/ComingSoon.tsx
  • app/components/ConfigCard.tsx
  • app/components/ConfigDrawer.tsx
  • app/components/DetailedResultsTable.tsx
  • app/components/ErrorModal.tsx
  • app/components/Loader.tsx
  • app/components/ScoreDisplay.tsx
  • app/components/Sidebar.tsx
  • app/components/SimplifiedConfigEditor.tsx
  • app/components/StatusBadge.tsx
  • app/components/TabNavigation.tsx
  • app/components/Toast.tsx
  • app/components/evaluations/DatasetsTab.tsx
  • app/components/evaluations/EvalDatasetDescription.tsx
  • app/components/evaluations/EvalRunCard.tsx
  • app/components/evaluations/EvaluationsTab.tsx
  • app/components/icons/evaluations/CheckIcon.tsx
  • app/components/icons/evaluations/ChevronDownIcon.tsx
  • app/components/icons/evaluations/ChevronUpIcon.tsx
  • app/components/icons/evaluations/EditIcon.tsx
  • app/components/icons/evaluations/GearIcon.tsx
  • app/components/icons/index.tsx
  • app/components/prompt-editor/ABTestTab.tsx
  • app/components/prompt-editor/BranchModal.tsx
  • app/components/prompt-editor/CommitNode.tsx
  • app/components/prompt-editor/ConfigDiffPane.tsx
  • app/components/prompt-editor/ConfigDrawer.tsx
  • app/components/prompt-editor/ConfigEditorPane.tsx
  • app/components/prompt-editor/CurrentConfigTab.tsx
  • app/components/prompt-editor/DiffView.tsx
  • app/components/prompt-editor/EditorView.tsx
  • app/components/prompt-editor/Header.tsx
  • app/components/prompt-editor/HistorySidebar.tsx
  • app/components/prompt-editor/HistoryTab.tsx
  • app/components/prompt-editor/MergeModal.tsx
  • app/components/prompt-editor/PromptDiffPane.tsx
  • app/components/prompt-editor/PromptEditorPane.tsx
  • app/components/prompt-editor/UnifiedCommitBar.tsx
  • app/components/speech-to-text/ModelComparisonCard.tsx
  • app/components/speech-to-text/TranscriptionDiffViewer.tsx
  • app/components/speech-to-text/WaveformVisualizer.tsx
  • app/components/types.ts
  • app/components/utils.ts
  • app/configurations/page.tsx
  • app/configurations/prompt-editor/types.ts
  • app/configurations/prompt-editor/utils.ts
  • app/datasets/page.tsx
  • app/document/page.tsx
  • app/evaluations/page.tsx
  • app/globals.css
  • app/keystore/page.tsx
  • app/knowledge-base/page.tsx
  • app/lib/colors.ts
  • app/lib/configTypes.ts
  • app/lib/constants.ts
  • app/lib/context/AppContext.tsx
  • app/lib/store/configStore.ts
  • app/lib/utils.ts
  • app/page.tsx
  • app/settings/credentials/page.tsx
  • app/test-evaluation/page.tsx
  • eslint.config.mjs
  • instructions/COLOR_SCHEME.md
  • instructions/CONFIG_AB.md
  • instructions/CONFIG_API.md
  • instructions/TESTING_MOCK_DATA.md
  • instructions/VERCEL_DESIGN_SYSTEM.md
  • package.json
  • test.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/implement-prettier-formatting

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Base automatically changed from feat/refactor-routes-phase-2 to main March 26, 2026 15:29
@Ayush8923 Ayush8923 merged commit 137ffa0 into main Mar 26, 2026
2 checks passed
@Ayush8923 Ayush8923 deleted the feat/implement-prettier-formatting branch March 26, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants