E0057: use of undeclared variable
It is an error to use a function or variable without declaring it:
To fix this error, fix the name of the function or variable:
Alternatively, declare the function or variable:
Alternatively, move the declaration of the variable into an outer scope:
Alternatively, import the function or variable:
Alternatively, if the function or variable is global in your environment, write
a quick-lint-js.config file.
Introduced in quick-lint-js version 0.2.0.
Documentation for other errors