E0161: unclosed object literal; expected '}'
An object literal requires a list of properties surrounded by {
and }
. It is
a syntax error to start an object literal with {
but omit the final }
:
To fix this error, write }
at the end of the object literal:
Introduced in quick-lint-js version 0.3.0.