E0111: missing body for class
Classes require a body, which must be a list of properties and methods
surrounded by {
and }
. It is a syntax error to omit the body of a class:
To fix this error, write the body of the class, including {
and }
:
Introduced in quick-lint-js version 0.2.0.