oxlint

Run oxlint to lint JavaScript/TypeScript code with project config and plugins.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/SteepCraft/Base-de-datos-2 --skill oxlint-steepcraft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oxlint
Source: https://github.com/SteepCraft/Base-de-datos-2/tree/main/.agents/skills/oxlint
Command: npx skills add https://github.com/SteepCraft/Base-de-datos-2 --skill oxlint-steepcraft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oxlint accelerates and standardizes JavaScript/TypeScript linting by providing a high-performance linter built on the Oxc stack, addressing the need for fast, reliable code quality checks in modern projects.

Core Features & Use Cases

  • High-speed linting that stays competitive with ESLint while offering broader plugin support and better performance for large codebases.
  • Detects and fixes a wide range of code quality and safety issues; supports TypeScript, React, and other ecosystems through plugin configurations.
  • Use case: when you need to validate code quality after changes, configure custom rules, or migrate from ESLint to oxlint in a project.

Quick Start

Run oxlint in your project to lint code and automatically apply safe fixes based on the project configuration.

Frequently Asked Questions about oxlint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I lint a large JavaScript and TypeScript monorepo quickly?

You can lint a large monorepo quickly by running oxlint, a high-performance linter built on the Oxc stack that enforces safe JS/TS rules and automatically applies fixes using project configurations.

What is the best way to migrate from ESLint to a faster static analysis tool?

Migrating from ESLint to oxlint accelerates JavaScript and TypeScript linting by providing a high-performance alternative that supports broader plugin configurations and better performance for large codebases.

Does oxlint work with React and TypeScript plugin configurations?

Yes, oxlint works with React and TypeScript ecosystems through plugin configurations to detect and fix a wide range of code quality and safety issues based on your project standards.

Can I automatically fix code quality issues during JavaScript linting?

Yes, you can automatically fix code quality issues during JavaScript linting by running oxlint to validate your code and apply safe fixes based on your project configuration.

Why does the linter only run when specific config files are present?

The linter only runs when specific config files or scripts are present to avoid false positives, ensuring that oxlint applies safely to your development workflow without triggering irrelevant checks.

What are the limitations of using oxlint for static analysis?

A limitation of using oxlint for static analysis is that it only runs when relevant config files or scripts are present in the project, ensuring it avoids false positives but requiring proper setup.