E0025: missing comma between object literal entries
Object literal entries, including methods, are separated by commas. It is an error to write two entries without a comma in between:
To fix this error, include commas:
Introduced in quick-lint-js version 0.2.0.