Skip to content

chore(ci) - move to oxlint#838

Merged
gabrielseco merged 17 commits intomainfrom
migration-to-oxlint
Apr 8, 2026
Merged

chore(ci) - move to oxlint#838
gabrielseco merged 17 commits intomainfrom
migration-to-oxlint

Conversation

@gabrielseco
Copy link
Copy Markdown
Collaborator

@gabrielseco gabrielseco commented Apr 2, 2026

Note

Low Risk
Tooling-only change affecting lint configuration and dependency graph; main risk is CI/dev workflow breakage if oxlint behavior diverges from previous ESLint rules.

Overview
Switches linting from ESLint to Oxlint by removing the existing eslint.config.mjs (and example/eslint.config.js) and introducing a new .oxlintrc.json with equivalent baseline rules/ignores (notably no-console and React Hooks rules).

Updates the example app to run oxlint for npm run lint, drops ESLint-related devDependencies, and refreshes the example/package-lock.json accordingly (including minor version bumps like jsonwebtoken, nodemon, and vite).

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 2, 2026

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 205.44 kB 205.44 kB 0 B (0%) 🟢
Total (raw) 552.26 kB 552.26 kB 0 B (0%) 🟢
CSS (gzip) 19.77 kB 19.77 kB 0 B (0%) 🟢
CSS (raw) 102.61 kB 102.61 kB 0 B (0%) 🟢

Size Limits

  • ✅ Total gzipped: 205.44 kB / 250 kB (82.2%)
  • ✅ Total raw: 552.26 kB / 600 kB (92.0%)
  • ✅ CSS gzipped: 19.77 kB / 25 kB (79.1%)

Largest Files (Top 5)

  1. chunk-4X3SBT5S.js - 12.54 kB (0 B (0%))
  2. styles.css - 9.88 kB (0 B (0%))
  3. index.css - 9.88 kB (0 B (0%))
  4. index.js - 6.03 kB (0 B (0%))
  5. chunk-4X4GNS3H.js - 5.93 kB (0 B (0%))
View All Files (309 total)
File Size (gzip) Change
chunk-4X3SBT5S.js 12.54 kB 0 B (0%)
styles.css 9.88 kB 0 B (0%)
index.css 9.88 kB 0 B (0%)
index.js 6.03 kB 0 B (0%)
chunk-4X4GNS3H.js 5.93 kB 0 B (0%)
chunk-FUTNQQ7H.js 5.82 kB 0 B (0%)
chunk-46VCUSZG.js 4.24 kB 0 B (0%)
chunk-U6PO23D3.js 4.06 kB 0 B (0%)
chunk-YJP4G5A3.js 3.49 kB 0 B (0%)
chunk-NZJ6AVVC.js 3.37 kB 0 B (0%)

✅ Bundle size check passed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 2, 2026

Deploy preview for remote-flows-example-app ready!

✅ Preview
https://remote-flows-example-83ec0ia9w-remotecom.vercel.app

Built with commit 4bc8fc4.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 2, 2026

Deploy preview for remote-flows ready!

✅ Preview
https://remote-flows-9udr9tznx-remotecom.vercel.app

Built with commit 4bc8fc4.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 2, 2026

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 89.53% 89.53% 0%
Statements 89.22% 89.22% 0%
Functions 86.87% 86.87% 0%
Branches 79.31% 79.31% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3465 / 3870
  • Coverage: 89.53%
  • Change: 0% (0 lines)
Statements Coverage
  • Covered: 3526 / 3952
  • Coverage: 89.22%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 953 / 1097
  • Coverage: 86.87%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2151 / 2712
  • Coverage: 79.31%
  • Change: 0% (0 branches)

✅ Coverage check passed

@remotecom remotecom changed the title Migration to oxlint chore(ci) - move to oxlint Apr 8, 2026
@remotecom remotecom marked this pull request as ready for review April 8, 2026 09:31
Copy link
Copy Markdown

@cursor cursor Bot left a comment

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 2 potential issues.

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 ed287c1. Configure here.

Comment thread example/package.json
Comment thread .oxlintrc.json
@gabrielseco gabrielseco merged commit 8bc0b8e into main Apr 8, 2026
7 checks passed
@gabrielseco gabrielseco deleted the migration-to-oxlint branch April 8, 2026 09:52
@gabrielseco gabrielseco mentioned this pull request Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants