mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 05:08:45 +00:00
> closes #5454 Adds a `categories` property to config files, where each key is a `RuleCategory` and each value is `"allow"/"off"`, `"warn"`, or `"deny"/"error"`. Note that this change won't come into effect until after #6088 is merged. |
||
|---|---|---|
| .. | ||
| bin | ||
| scripts | ||
| CHANGELOG.md | ||
| configuration_schema.json | ||
| package.json | ||
| README.md | ||
⚓ 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@latestin your JavaScript / TypeScript codebase and see it complete in milliseconds. No configurations are required.npx oxlint@latest --helpfor quick usage instructions.npx oxlint@latest --rulesfor the list of rules.