E0068: extra ',' is not allowed between function call arguments
In a function call, an extra ,
can be added to the end of the argument list.
However, it is a syntax error to include an extra ,
in between arguments:
To fix this error, remove the extra ,
:
Alternatively, write an argument between the two ,
s:
Introduced in quick-lint-js version 0.2.0.