E0018: if statement is missing '(' or ')' around condition
An if
statement is missing either (
before the condition or )
after the
condition:
To fix this error, add the missing (
or )
:
Introduced in quick-lint-js version 0.2.0.
Find bugs in JavaScript programs.
An if
statement is missing either (
before the condition or )
after the
condition:
To fix this error, add the missing (
or )
:
Introduced in quick-lint-js version 0.2.0.