E0089: with statement needs parentheses around expression
with
statements have an expression after the with
keyword. It is a syntax
error to write an expression without (
and )
:
To fix this error, write (
before the expression and )
after the expression:
Introduced in quick-lint-js version 0.2.0.