Ronen Amiel
Ronen Amiel
I'm honored and will be happy to join, thank you for inviting me :)
Adding some of my thoughts: I see `class-methods-use-this` as an opinionated rule that doesn't fit every project. Projects that enable the rule usually want to avoid non-static class methods that...
Since there's already a warning for this, I'm +1 on adding the option to exit with status code 1 instead. Warnings are often ignored, and being able to crash the...
Should this also warn on implicit returns for these predicates?
> > Should this also warn on implicit returns for these predicates? > > My understanding of the question is - should we check function literals with implicit return type,...