E0166: "globals" descriptor "shadowable" property must be a boolean
In a quick-lint-js configuration file, a entry in "globals"
can have a
descriptor object. A descriptor's "shadowable"
property must be either true
,
false
, or omitted.
To fix this error, make the "shadowable"
property true
or false
:
Introduced in quick-lint-js version 0.4.0.