Arend van Beelen jr.

Results 43 issues of Arend van Beelen jr.

With the latest improvements in type inference, implementing this rule should have become feasible. ### Discussed in https://github.com/biomejs/biome/discussions/6601 Originally posted by **iSchoen** June 27, 2025 There's a useful [rule](https://typescript-eslint.io/rules/no-unnecessary-condition/) in...

S-Help-wanted
A-Linter
A-Type-Inference

### Description Currently, our `GlobalsResolver` relies on hardcoded, predefined types for globals such as `Array` and `Promise`. TypeScript however has much more extended definitions in their `.d.ts` files: https://github.com/microsoft/TypeScript/tree/main/src/lib Ideally,...

good first issue
S-Help-wanted
A-Core
S-Enhancement

### Description Implement a lint rule that checks whether there's a `default` export that exports the same symbol as one of the named exports. Re-exports are considered out-of-scope. See discussion:...

good first issue
S-Help-wanted
A-Linter
L-JavaScript