oxc/npm/oxlint
2024-08-27 15:14:36 +08:00
..
bin fix(npm): SyntaxError caused by optional chaining in low version node (#4650) 2024-08-05 13:01:31 +08:00
scripts ci(oxlint): add oxc_language_server binary to the oxlint package. (#3350) 2024-05-27 02:46:43 +00:00
CHANGELOG.md Release oxlint v0.8.0 (#5104) 2024-08-23 11:09:14 +08:00
configuration_schema.json feat(linter): support more flexible config.globals values (#4990) 2024-08-19 16:23:47 -04:00
package.json Release oxlint v0.9.0 (#5219) 2024-08-26 16:50:15 +08:00
README.md chore: switch playground to https://github.com/oxc-project/playground (#5249) 2024-08-27 15:14:36 +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.