The Oxidation Compiler is creating a suite of high-performance tools for JavaScript and TypeScript.
This is the linter for oxc. The currently supported features are listed below.
- Highlighting for warnings or errors identified by Oxlint.
- Quick fixes to fix a warning or error when possible.
- JSON schema validation for
.oxlintrc.json
configuration files. (Note: Comments within the .oxlintrc.json file are supported, however they show as an error within the IDE due to jsonc not being supported by the IDE.) - Command to fix all auto-fixable content within the current text editor.
- Automatically apply fixes on save.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Oxc" > Install
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...