E0081: missing name of exported class
In modules, classes can be exported by name or by default. It is an error to
export an unnamed class by name:
To fix this error, export the class by default:
Alternatively, give a name to the class:
Introduced in quick-lint-js version 0.2.0.
Documentation for other errors