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