E0154: unexpected expression; missing key for object entry
Object literals can contain methods, object spreads, shorthand properties, and key-value pairs. It is a syntax error to write a complex value (expression) without a key in an object literal:
To fix this error, write a key before the value:
Introduced in quick-lint-js version 0.3.0.