E0137: missing condition for switch statement
A switch
statement has a condition which determines which case
or default
label to execute. It is an error to omit a switch
's condition:
To fix this error, write the condition with parentheses after the switch
keyword:
Introduced in quick-lint-js version 0.2.0.