E0115: unexpected 'case' outside switch statement
switch
statements can contain case
labels. It is a syntax error to write a
case
label outside a switch
statement:
To fix this error, move the case
label into a switch
statement:
Introduced in quick-lint-js version 0.2.0.
Documentation for other errors