File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/docs/guide/usage/linter Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,6 @@ All APIs which _are_ implemented should behave identically to ESLint. If you fin
1919that's a bug - please [ report it] ( https://github.com/oxc-project/oxc/issues/new?template=linter_bug_report.yaml ) .
2020:::
2121
22- ::: warning
23- Some users have reported [ out-of-memory errors on Windows] ( https://github.com/oxc-project/oxc/issues/14375 ) .
24- This is due to how Windows manages virtual memory, which does not interface well with Oxlint's "raw transfer" method
25- of communicating between Rust and JS.
26-
27- We are working on a fix. In meantime, if you hit this error, we recommend using
28- [ WSL] ( https://learn.microsoft.com/en-us/windows/wsl/ ) on Windows.
29- :::
30-
3122## Using JS plugins
3223
33241 . Add path to the plugin to ` .oxlintrc.json ` config file, under ` jsPlugins ` .
You can’t perform that action at this time.
0 commit comments