Shahar "Dawn" Or
Shahar "Dawn" Or
Wow. Thank you for giving me some credit. It's been 4 years since that comment. Keep it up.
Thank you. This seems to introduce a good amount of details. Would you be interested in contributing it?
@psychobolt doesn't that seem like an IDE issue to you? Does `tsc` complain about it?
> I have many other rules I don't agree with (like the lack of trailing commas which make git rebases more difficult and error prone) but they are not fundamentally...
> Oh my bad, I use it in conjuction with eslint-prettier and I vaguely remembered that eslint-config-standard-with-typescript did have some formatting rules but I'm probably mistaken. It did: #1572 >...
If you really want this, I have some questions about it. But I don't want to reuse this particular issue.
Ideally, rules that only apply to TS wouldn't be run for JS. Isn't that the case?
This project can't do filename extension based overrides, because it cannot assume filename extensions. I'm sorry, but I think there's nothing this project can do to prevent this. Let me...
>  > > How am I supposed to write this? > > ```ts > const [, , , , , , , , , row] = rows > ```...
Yes, array restructuring is not a safety rule. It's a style rule. And it has a relatively high false positive rate, I suppose. And you claim that it's not worth...