oxc/npm/oxlint
2024-06-07 01:22:28 +08:00
..
bin ci(oxlint): add oxc_language_server binary to the oxlint package. (#3350) 2024-05-27 02:46:43 +00:00
scripts ci(oxlint): add oxc_language_server binary to the oxlint package. (#3350) 2024-05-27 02:46:43 +00:00
CHANGELOG.md chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
configuration_schema.json fix(website): hack schemars to render code snippet in markdown (#3417) 2024-05-26 10:36:53 +00:00
package.json chore: change website url to https://oxc.rs 2024-06-05 22:05:08 +08:00
README.md chore: change website url to https://oxc.rs 2024-06-05 22:05:08 +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.