oxc
oxc copied to clipboard
⚓ A collection of JavaScript tools written in Rust.
[no-unreachable](https://github.com/eslint/eslint/blob/069aa680c78b8516b9a1b568519f1d01e74fb2a2/lib/rules/no-unreachable.js#L196) Status: This one might take a while, Have to resolve some issues with the control flow graph to eliminate false positives, and as of today I couldn't figure out...
Part of #1170 > https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-returns.md (I won't have much time during May, because I have plans to move, and because of that, I won't be able to leave my child...
closes #3069 It is similar to [this](https://gist.github.com/developit/a306951af9c0cfdf5925f126428887eb#file-no-barrel-js-L126), I've dialed back some package resolving to make it more general, We might want to invest in creating a package resolver(let me know...
implements https://typescript-eslint.io/rules/consistent-indexed-object-style/
I'd like to be able to disable "eslint-unicorn-plugin" rules altogether. Is there any specific syntax for this? Thanks.
> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `eslint-plugin-unicorn`. There are...
https://typescript-eslint.io/troubleshooting/performance-troubleshooting/#eslint-plugin-import suggests turning on - [ ] import/no-named-as-default - [x] import/no-cycle - [ ] import/no-unused-modules - [ ] import/no-deprecated We should support these
I gotta be honest with you - I don't know Rust much and this may be too much for me. But I decided at least I can move things forwarding...
The VS Code extension does not show any errors that `oxlint` finds when running it from the terminal. In fact, what is the extension actually supposed to do? How do...