E0171: "globals" descriptor must be a boolean or an object
In a quick-lint-js configuration file, each entry in "globals"
must be a boolean or a descriptor object. It is an error if a "globals"
item
is an array, a number, a string, or null
:
To fix this error, make the "globals"
entry true
or false
:
Introduced in quick-lint-js version 0.4.0.