oxc
oxc copied to clipboard
⚓ A collection of JavaScript tools written in Rust.
Now, we have `StatementInjection` to help us inject statements, this is very useful but is not enough for our usage. So would be better if we combine these usages into...
Implement not recommended rule `no-array-index-key` (#1022 )
- [typescript/no-empty-object-type](https://typescript-eslint.io/rules/no-empty-object-type)
> This is a very rough proof-of-concept Many different AST nodes store both a span and an `Atom` is a fat pointer storing a length, but we already have that...
We currently use `serde`'s derive macros to implement `Serialize` on AST types. We could use `#[generate_derive]` to generate these impls instead. ## Why is that a good thing? ### 1....
https://github.com/oxc-project/oxc/blob/1691cab507cd22e0e32f80d6fcb2911df82669f1/crates/oxc_linter/src/config/rules.rs#L129-L142 Should we bail unmatched rules?
### What version of Oxlint are you using? latest ### What command did you run? npx oxlint -c .oxlint.json ### What does your `.oxlint.json` config file look like? { "plugins":...