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