Skip to main content
Back to registry

migrate-oxlint

oxc-project/oxc

This skill guides you through migrating a JavaScript/TypeScript project from ESLint to Oxlint .

Installs367
Install command
npx skills add https://github.com/oxc-project/oxc --skill migrate-oxlint
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
This skill guides you through migrating a JavaScript/TypeScript project from ESLint to Oxlint . Oxlint is a high-performance linter that implements many popular ESLint rules natively in Rust. It can be used alongside ESLint or as a full replacement. An official migration tool is available: @oxlint/migrate Run the migration tool in the project root: This reads your ESLint flat config and generates a .oxlintrc.json file. If your ESLint config is not at the default location, pass the path explicitly: After migration, review the generated .oxlintrc.json . The migration tool automatically maps ESLint plugins to oxlint's built-in equivalents. The following table is for reference when reviewing the generated config: Default plugins (enabled when plugins field is omitted): unicorn , typescript , oxc . Setting the plugins array explicitly overrides these defaults.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does migrate-oxlint do?

This skill guides you through migrating a JavaScript/TypeScript project from ESLint to Oxlint .

Is migrate-oxlint good?

migrate-oxlint does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does migrate-oxlint work with?

migrate-oxlint currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to migrate-oxlint?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install migrate-oxlint?

npx skills add https://github.com/oxc-project/oxc --skill migrate-oxlint

Related skills

More from oxc-project/oxc

Related skills

Alternatives in Software Engineering