What problem does it solve?
This Skill eliminates the friction of setting up, configuring, and maintaining Oxlint for JavaScript and TypeScript projects, reducing time spent on linting configuration, rule conflict resolution, and CI integration troubleshooting.
Core Features & Use Cases
- Oxlint Configuration: Set up .oxlintrc.json or oxlint.config.ts with optimized plugins, rule categories, and ignore patterns for React, TypeScript, and Node.js projects.
- Rule Tuning & Troubleshooting: Resolve false positives, slow type-aware linting, rule conflicts, and migration issues from ESLint or Biome to Oxlint.
- Use Case: For a React + TypeScript monorepo, use this Skill to quickly configure Oxlint with the correct plugins, disable legacy React JSX rules, set up lint-staged pre-commit hooks, and fix common CI lint failures.
Quick Start
Use the oxlint skill to configure a production-ready Oxlint setup for your React TypeScript project, including plugin selection, rule tuning, and CI integration.