Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/docs/guide/usage/linter/js-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ All APIs which _are_ implemented should behave identically to ESLint. If you fin
that's a bug - please [report it](https://github.com/oxc-project/oxc/issues/new?template=linter_bug_report.yaml).
:::

:::warning
Some users have reported [out-of-memory errors on Windows](https://github.com/oxc-project/oxc/issues/14375).
This is due to how Windows manages virtual memory, which does not interface well with Oxlint's "raw transfer" method
of communicating between Rust and JS.

We are working on a fix. In meantime, if you hit this error, we recommend using
[WSL](https://learn.microsoft.com/en-us/windows/wsl/) on Windows.
:::

## Using JS plugins

1. Add path to the plugin to `.oxlintrc.json` config file, under `jsPlugins`.
Expand Down