Oxlint

oxlint — the extremely fast (Rust) JavaScript/TypeScript linter from the oxc project, a drop-in-ish ESLint alternative that needs no config to start. Use when linting JS/TS/JSX/Vue, writing or debugging `.oxlintrc.json` / `oxlint.config.ts`, selecting rules via `plugins` + `categories` (correctness, suspicious, pedantic, perf, style, restriction, nursery), running `--fix` / `--fix-suggestions` / `--fix-dangerously`, suppressing findings with `// oxlint-disable` comments, enabling type-aware rules, wiring oxlint into CI, or migrating a repo from ESLint. Triggers on mentions of oxlint, the oxc linter, `.oxlintrc.json`, `oxlint-disable`, or `npx oxlint`. This is **oxlint**, the linter — NOT **oxfmt** (its sibling formatter, a separate skill here), NOT ESLint or Biome themselves, and NOT **ruff** (the Python linter, also a separate skill here).

dashed b95fda5 5 files · 73.1 KB Updated

File contents

dashed/claude-marketplace/tree/main/plugins/oxlint/skills/oxlint commit b95fda50b3

Frequently asked questions

npx skillmds@latest add dashed/oxlint