Shahar "Dawn" Or
Shahar "Dawn" Or
@slushnys you're right. The best argument would be the removal of a rule is not even a breaking change. @LinusU, how much extra work is it to explicitly specify return...
What is this recommendation about not specifying return types I keep hearing? Is this from some blog post from someone on the TypeScript team or what?
I tend to agree with the policy of "just define types" instead of "carefully decide where to define types" that @Divlo presented. And I like the example of other, statically...
This issue is similar to other issues that we get complaints for. This is about exceptions to the rule. In most cases, this rule is helpful and most would agree...
By the way, @rostislav-simonik and I are currently working on this.
@6XGate I have a feeling that @rostislav-simonik and I doing this ourselves would end up being an effort similar to reading your code and trying to adapt it to our...
Thank you for following through to upstream. I would [work around using comments](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments). Closing here.
Sure, we could keep it open. I'll rename it.
Thank you for your suggestion, @Alexsey. So, I understand that those two code samples you provided are currently not allowed by Standard? If so, could you please provide a code...
Thank you for the excellent explanation, @Alexsey. After reading it, I went ahead and posted [this](https://es.discourse.group/t/chained-comparison-syntax/148). I'm pro your suggestion. In fact, I would make it mandatory. Is there an...