oxc/npm/oxlint
2024-09-17 05:15:37 +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.9.4 (#5718) 2024-09-12 13:56:38 +08:00
configuration_schema.json refactor(linter): move OxlintConfig to Oxlintrc (#5707) 2024-09-17 05:15:37 +00:00
package.json release(oxlint): v0.9.5 (#5724) 2024-09-12 16:59:25 +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.