E0132: missing ',' between variable declarations
A const
, let
, and var
statement can declare multiple variables. It is a
syntax error to omit a ,
between declared variables:
Fix this this error, write a ,
before the second variable's name:
Alternatively, use the *
operator to multiply a variable by a number:
Introduced in quick-lint-js version 0.2.0.