E0063: missing operator between expression and arrow function
The left-hand side of =>
must be a list of parameters. It is a syntax error if
the left-hand side looks like a function call:
To fix this error, make the left-hand side of =>
valid by adding an operator
(usually ,
) before the parameter list:
Introduced in quick-lint-js version 0.2.0.