E0083: missing value for object property
Object literals support a short-hand syntax which allows you to omit the value of a property. It is a syntax error to omit the value if the key is computed or is a keyword:
To fix this error, explicitly write a value for the property:
Introduced in quick-lint-js version 0.2.0.