Skip to content

chore(oxlint) - migrate comments#1008

Merged
gabrielseco merged 3 commits into
mainfrom
migrate-comments-to-oxlint
May 13, 2026
Merged

chore(oxlint) - migrate comments#1008
gabrielseco merged 3 commits into
mainfrom
migrate-comments-to-oxlint

Conversation

@gabrielseco

@gabrielseco gabrielseco commented May 13, 2026

Copy link
Copy Markdown
Collaborator

Note

Low Risk
Low risk: changes are limited to swapping eslint-disable directives to oxlint-disable comments and updating internal coding guidelines, with no functional logic changes expected.

Overview
Updates the repo to align with the new Rust-based tooling by replacing eslint-disable-next-line suppression comments with oxlint-disable-next-line across providers, hooks, flows, and docs (notably for React Hooks and no-explicit-any rules).

Refreshes .cursor/BUGBOT.md to reference oxfmt/oxlint instead of Prettier/ESLint, and removes a top-level react-refresh/only-export-components eslint disable from src/index.tsx.

Reviewed by Cursor Bugbot for commit 1301f3a. Bugbot is set up for automated code reviews on this repo. Configure here.

@gabrielseco gabrielseco marked this pull request as ready for review May 13, 2026 11:16
@github-actions

github-actions Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 211.38 kB 211.43 kB -52 B (-0.0%) 🟢
Total (raw) 572.65 kB 572.65 kB 0 B (0%) 🟢
CSS (gzip) 20.86 kB 20.86 kB 0 B (0%) 🟢
CSS (raw) 108.83 kB 108.83 kB 0 B (0%) 🟢

Size Limits

  • ✅ Total gzipped: 211.38 kB / 250 kB (84.6%)
  • ✅ Total raw: 572.65 kB / 600 kB (95.4%)
  • ✅ CSS gzipped: 20.86 kB / 25 kB (83.4%)

Largest Files (Top 5)

  1. chunk-SIQUOTSS.js - 14 kB (new)
  2. styles.css - 10.43 kB (0 B (0%))
  3. index.css - 10.43 kB (0 B (0%))
  4. index.js - 6.09 kB (+4 B (+0.1%))
  5. chunk-TNQKP2XT.js - 5.89 kB (0 B (0%))
View All Files (312 total)
File Size (gzip) Change
chunk-SIQUOTSS.js 14 kB new
styles.css 10.43 kB 0 B (0%)
index.css 10.43 kB 0 B (0%)
index.js 6.09 kB +4 B (+0.1%)
chunk-TNQKP2XT.js 5.89 kB 0 B (0%)
chunk-EEHJKN7Y.js 5.81 kB new
chunk-RZCU2MT3.js 5.23 kB 0 B (0%)
chunk-NDDDIVGO.js 4.62 kB new
chunk-E6OGIKPR.js 4.35 kB new
chunk-QYNWADPG.js 4.06 kB 0 B (0%)

✅ Bundle size check passed

@github-actions

github-actions Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 90.03% 90.03% 0%
Statements 89.70% 89.70% 0%
Functions 87.69% 87.69% 0%
Branches 80.06% 80.06% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3675 / 4082
  • Coverage: 90.03%
  • Change: 0% (0 lines)
Statements Coverage
  • Covered: 3736 / 4165
  • Coverage: 89.70%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 997 / 1137
  • Coverage: 87.69%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2272 / 2838
  • Coverage: 80.06%
  • Change: 0% (0 branches)

✅ Coverage check passed

@github-actions

github-actions Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for remote-flows ready!

Project:remote-flows
Status: ✅  Deploy successful!
Preview URL:https://remote-flows-3d2amd56w-remotecom.vercel.app
Latest Commit:2ae25dd
Inspect:View deployment

Deployed with vercel-action

@gabrielseco gabrielseco self-assigned this May 13, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 5797074. Configure here.

Comment thread src/index.tsx Outdated
@gabrielseco gabrielseco merged commit b7f1c36 into main May 13, 2026
10 checks passed
@gabrielseco gabrielseco deleted the migrate-comments-to-oxlint branch May 13, 2026 15:56
@gabrielseco gabrielseco mentioned this pull request May 14, 2026
jordividaller pushed a commit that referenced this pull request May 15, 2026
* chore(oxlint) - migrate comments

* remove eslint rule

* fix bugbot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants