migrate-oxlint
Migrate ESLint configurations to Oxlint using the official migration tool for high-performance linting.
Install
npx skills add https://github.com/oxc-project/oxc --skill migrate-oxlintStats
| Total installs | 1,218 |
| Weekly installs | 1.2K |
| GitHub stars | 20.4K |
| First seen | Mar 5, 2026 |
| Source | @oxc-project/oxc |
Summary
- Uses the official @oxlint/migrate tool to automatically convert ESLint flat configs to .oxlintrc.json, with options for type-aware rules, experimental rules, and plugin migration
- Maps 13+ popular ESLint plugins (TypeScript, React, Import, Unicorn, Jest, etc.) to built-in oxlint equivalents; unmigrated rules can be identified with --details
- Covers manual handling of unsupported features: local plugins, Prettier integration (use oxfmt instead), and external ESLint plugins via jsPlugins
- Provides CLI command equivalents and migration tips including gradual rollout, parallel ESLint/oxlint execution, and disable-comment compatibility
Tags
typescriptreactrustnodevuecode-qualitycli-toolsautomationfrontendbackendmigrationofficialbest-practices
Related skills
| Skill | Installs | vs migrate-oxlint |
|---|---|---|
| typescript-best-practices | 1,254 | +36 |
| pr-creator | 1,192 | -26 |
| wycheproof | 1,168 | -50 |
| constant-time-testing | 1,176 | -42 |
| zustand-state-management | 1,248 | +30 |
FAQ
- How many installs does migrate-oxlint have?
- migrate-oxlint has 1,218 total installs and 1.2K installs this week.
- Where is migrate-oxlint hosted?
- migrate-oxlint is published by @oxc-project/oxc at https://github.com/oxc-project/oxc.
- How many GitHub stars does migrate-oxlint have?
- migrate-oxlint has 20.4K GitHub stars.
- When was migrate-oxlint first indexed?
- OrangeBot.AI first indexed migrate-oxlint on Mar 5, 2026.
- How do I install migrate-oxlint?
- Run: npx skills add https://github.com/oxc-project/oxc --skill migrate-oxlint