oxlint
Originally fromdelexw/claude-code-misc
Installation
SKILL.md
Oxlint — High-Performance JS/TS Linter
Oxlint is 50-100x faster than ESLint. It ships with 690+ rules covering ESLint core, TypeScript, React, Jest, Unicorn, jsx-a11y, and more. It prioritizes high-signal correctness checks by default — things that are incorrect, unsafe, or useless — so teams can adopt it without drowning in false positives.
Detection
Before linting, confirm the project uses oxlint by checking for any of:
oxlintinpackage.jsondevDependencies/dependencies- An
.oxlintrc.jsonfile in the project root - An
oxlint.config.tsfile in the project root - An
oxlintorlintscript inpackage.jsonthat referencesoxlint
If none of these exist, the project doesn't use oxlint — don't run it.
Running Oxlint
After code changes
Run oxlint to check your work. Prefer the project's npm script if one exists: