mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
I didn't introduce a new set of native packages for the `oxc_language_server` binary, This change temporarily bundles them as part of oxlint, We most probably would want to make it an optional dependency in the future if we start to add more futures like formatting, jump to definition, etc to it. |
||
|---|---|---|
| .. | ||
| bin | ||
| scripts | ||
| configuration_schema.json | ||
| package.json | ||
| README.md | ||
⚓ 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@latestin your JavaScript / TypeScript codebase and see it complete in milliseconds. No configurations are required.npx oxlint@latest --helpfor quick usage instructions.npx oxlint@latest --rulesfor the list of rules.