E0105: missing parameters for arrow function
Arrow functions need a parameter list. It is a syntax error to omit the
parameter list before =>
, even if the arrow function takes no parameters:
To fix this error, write an empty parameter list before =>
:
Introduced in quick-lint-js version 0.2.0.