oxc/npm/oxlint
2024-11-26 15:25:31 +08:00
..
bin fix(npm): SyntaxError caused by optional chaining in low version node (#4650) 2024-08-05 13:01:31 +08:00
scripts chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00
CHANGELOG.md release(oxlint): v0.13.0 (#7398) 2024-11-21 22:21:32 +08:00
configuration_schema.json docs(linter): add docs for config settings (#4827) 2024-11-21 08:08:30 +00:00
package.json release(oxlint): v0.13.2 (#7489) 2024-11-26 15:25:31 +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.