E0090: with statement is missing '(' or ')' around expression
with
statements have an expression after the with
keyword. It is a syntax
error to write an expression without either (
or )
:
To fix this error, write (
before the expression or )
after the expression:
Introduced in quick-lint-js version 0.2.0.