E0021: invalid lone literal in object literal
An object literal entry must either be a key: value
pair, a method, or
variable short-hand. It is an error to use the short-hand syntax with anything
except a variable name:
To fix this error, either use the key: value
pair syntax, or use [
]
to
create an array literal instead of an object literal:
Introduced in quick-lint-js version 0.2.0.