E0024: const/let/var with no bindings
const
, let
, or var
statements need to declare at least one variable. It is
an error to declare nothing:
To fix this error, add a variable name:
Introduced in quick-lint-js version 0.2.0.
Find bugs in JavaScript programs.
const
, let
, or var
statements need to declare at least one variable. It is
an error to declare nothing:
To fix this error, add a variable name:
Introduced in quick-lint-js version 0.2.0.