E0092: switch statement is missing '(' or ')' around condition
switch
statements have a condition after the switch
keyword. It is a syntax
error to write a condition without either (
or )
:
To fix this error, write (
before the condition or )
after the condition:
Introduced in quick-lint-js version 0.2.0.