oxc/npm/oxlint
2024-10-28 14:49:16 +00:00
..
bin fix(npm): SyntaxError caused by optional chaining in low version node (#4650) 2024-08-05 13:01:31 +08:00
scripts release(oxlint): v0.9.5 (#5724) 2024-09-12 16:59:25 +08:00
CHANGELOG.md release(oxlint): v0.10.3 (#6911) 2024-10-26 17:13:06 +08:00
configuration_schema.json docs(linter): document rules (#6983) 2024-10-28 14:49:16 +00:00
package.json release(oxlint): v0.10.3 (#6911) 2024-10-26 17:13:06 +08:00
README.md chore: use dprint to format js, json and markdown 2024-09-08 13:24:58 +08:00

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.