E0070: commas are not allowed after spread parameter
In a function declaration, an extra ,
can be added to the end of the parameter
list. However, it is a syntax error to include an extra ,
after a spread
parameter:
To fix this error, remove the extra ,
:
Introduced in quick-lint-js version 0.2.0.