E0138: missing condition for if statement
An if
statement has a condition which determines whether the body will execute
or not. It is an error to omit an if
statement's condition:
To fix this error, write the condition with parentheses after the if
keyword:
Introduced in quick-lint-js version 0.2.0.