oxc/npm/oxlint
2025-01-18 14:05:58 +08:00
..
bin chore: update pnpm lock file 2025-01-18 14:05:58 +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.14.0 (#7563) 2024-12-01 16:47:21 +08:00
configuration_schema.json docs(linter): fix config example headings (#7562) 2024-12-01 16:31:22 +08:00
package.json release(oxlint): v0.15.6 (#8456) 2025-01-13 11:08:34 +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.