E0184: missing 'if' after 'else'
In an if
-else if
-else
chain, it is a syntax error to omit the if
keyword
after else
:
To fix this error, write if
between else
and the condition:
Introduced in quick-lint-js version 2.0.0.
Find bugs in JavaScript programs.
In an if
-else if
-else
chain, it is a syntax error to omit the if
keyword
after else
:
To fix this error, write if
between else
and the condition:
Introduced in quick-lint-js version 2.0.0.