You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
I've started looking on this and I'm curious: should new rule enforce more strict checks for expressions in case clauses with set of options?
For example:
literals-only - allows only literals
no-comma - disallows coma operator in expressions
no-call-expressions - option which disables call expressions
no-binary-expressions - option which disables binary expressions
I'm going to close this issue since TS is likely picking this up. If things change on the TS side (or even if it's just going to be a long time before this is implemented) this would be a great rule and we should implement it
This doesn't behave as expected (see microsoft/TypeScript#10802) even though it looks like it might
The text was updated successfully, but these errors were encountered: