E0036: stray comma in let statement
Variables declared by const
, let
, and var
must be separated by a comma
(,
). It is a syntax error to have multiple commas separating variables:
To fix this error, remove the extra comma:
Introduced in quick-lint-js version 0.2.0.