chore(ci) - move to oxlint#838
Conversation
📦 Bundle Size Report
Size Limits
Largest Files (Top 5)
View All Files (309 total)
✅ Bundle size check passed |
|
Deploy preview for remote-flows-example-app ready! ✅ Preview Built with commit 4bc8fc4. |
|
Deploy preview for remote-flows ready! ✅ Preview Built with commit 4bc8fc4. |
📊 Coverage Report⚪ Coverage unchanged
Detailed BreakdownLines Coverage
Statements Coverage
Functions Coverage
Branches Coverage
✅ Coverage check passed |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ 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.

Note
Low Risk
Tooling-only change affecting lint configuration and dependency graph; main risk is CI/dev workflow breakage if
oxlintbehavior diverges from previous ESLint rules.Overview
Switches linting from ESLint to Oxlint by removing the existing
eslint.config.mjs(andexample/eslint.config.js) and introducing a new.oxlintrc.jsonwith equivalent baseline rules/ignores (notablyno-consoleand React Hooks rules).Updates the example app to run
oxlintfornpm run lint, drops ESLint-related devDependencies, and refreshes theexample/package-lock.jsonaccordingly (including minor version bumps likejsonwebtoken,nodemon, andvite).Reviewed by Cursor Bugbot for commit 4bc8fc4. Bugbot is set up for automated code reviews on this repo. Configure here.