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