E0080: missing name of class
If a statement begins with the class
keyword, the declared class must have a
name. It is a syntax error to start a statement with class
but not give a name
to the class:
To fix this error, write the name of the class after the class
keyword:
Alternatively, declare a variable and initialize it with the class:
Introduced in quick-lint-js version 0.2.0.