oxlint

v1.52.0
  • Types
  • ESM

Linter for the JavaScript Oxidation Compiler

License
MIT
Deps
0
Install Size
1.4 MB/-
Vulns
0
Published

Get started

$npm install oxlint
$pnpm add oxlint
$yarn add oxlint
$bun add oxlint
$deno add npm:oxlint
$vlt install oxlint
# Usually installed as a dev dependency
$npm install -D oxlint
$pnpm add -D oxlint
$yarn add -D oxlint
$bun add -d oxlint
$deno add -D npm:oxlint
$vlt install -D oxlint
# Run locally
$npx oxlint
$pnpm exec oxlint
$npx oxlint
$bunx oxlint
$deno run npm:oxlint
$vlx oxlint

Readme



Oxc logo


MIT licensed Build Status Code Coverage Sponsors

Discord chat Playground

⚓ Oxc

The Oxidation Compiler is creating a suite of high-performance tools for JavaScript and TypeScript.

Oxlint

This is the linter for oxc.

See usage instructions.

Run

  • npx --yes oxlint@latest in your JavaScript / TypeScript codebase and see it complete in milliseconds. No configurations are required.
  • npx oxlint@latest --help for quick usage instructions.
  • npx oxlint@latest --rules for the list of rules.