RettentoRectangle

Results 5 issues of RettentoRectangle

It'd be nice to ignore abstract classes by default. Yes, I know you have to use @typescript-eslint/parser as parser, but please. :P edit: Oh, you already depends on typescript-eslint, then...

## Overview (node:64288) DeprecationWarning: "prefer-module-scope-constants" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.

Hello! I'd like to say thanks for this plugin! Can you make webpack 5 support or you don't have time to maintain this repo anymore? Cheers,

Hello, First of all I'd like to thanks for this lib but I think I found a bug in it. Example code: const B = (props) => () In dom...

It'd be nice to have more suggestions: expect(typeof x === 'string') -> expect(x).toBeString() expect(typeof x === 'boolean') -> expect(x).toBeBoolean() expect(typeof x === 'number') -> expect(x).toBeNumber() expect(x.includes(y)) -> expect(x).toInclude(y) And so...