E0168: "globals" must be an object
In a quick-lint-js configuration file, "globals"
must be an object or
omitted. It is an error if "globals"
is an array, a boolean, a number, a
string, or null
:
To fix this error, make "globals"
an object:
Introduced in quick-lint-js version 0.4.0.