E0185: assignment to imported variable; imported variable declared here
It is a ReferenceError
to assign to variables imported from another module:
To fix this error, create a new variable with let
and use it instead.
See also: E0003
Introduced in quick-lint-js version 2.0.0.
Documentation for other errors