E0143: unmatched '}'
Every {
introducing a code block must have a matching }
ending a code block.
It is a syntax error to omit the {
:
To fix this error, write {
to begin the code block:
Alternatively, remove the unnecessary }
:
Introduced in quick-lint-js version 0.2.0.