Research: ESLint to Oxlint migration not feasible #3127
+399
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Evaluated migrating from ESLint to Oxlint. Migration is architecturally incompatible with repository requirements.
Critical Blockers
Custom plugin incompatibility: Repository uses
eslint-rules/local-paths.js(~230 LOC) enforcing monorepo import path boundaries with~prefix conventions. Oxlint has no JavaScript plugin API—all plugins must be Rust code compiled into Oxlint itself. Cannot replicate.Missing rules:
object-shorthand(actively enforced) has no Oxlint equivalent. Advanced sorting capabilities incomplete.Analysis
Tested Oxlint v1.34.0 (671 rules). Comparison matrix:
object-shorthandRecommendation
Keep ESLint v9 with flat config. Current setup is modern, performant, meets all requirements.
Re-evaluate in 6-12 months if Oxlint adds plugin extensibility.
Documentation
OXLINT_MIGRATION_RESEARCH.md- Detailed analysis (9.5KB).github/OXLINT_MIGRATION_SUMMARY.md- Executive summary (2.4KB)Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
oxc.rs/usr/bin/curl curl -s REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.