oxc/npm/oxlint
rzvxa 56cbdf5f0e ci(oxlint): add oxc_language_server binary to the oxlint package. (#3350)
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.
2024-05-27 02:46:43 +00: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
configuration_schema.json fix(website): hack schemars to render code snippet in markdown (#3417) 2024-05-26 10:36:53 +00:00
package.json ci(oxlint): add oxc_language_server binary to the oxlint package. (#3350) 2024-05-27 02:46:43 +00:00
README.md chore(linter): write json schema to npm/oxlint 2024-05-24 13:28:03 +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.