E0017: if statement needs parentheses around condition
In JavaScript, if
statements require parentheses around the condition. It is
an error to omit the parentheses:
To fix this error, add (
and )
:
Introduced in quick-lint-js version 0.2.0.
Find bugs in JavaScript programs.
In JavaScript, if
statements require parentheses around the condition. It is
an error to omit the parentheses:
To fix this error, add (
and )
:
Introduced in quick-lint-js version 0.2.0.