E0042: unexpected '@'
This diagnostic has been removed in quick-lint-js version 2.17.0.
In JavaScript, @
is only allowed in string and template literals. It is a
syntax error to write @
anywhere else:
To fix this error, remove the @
:
Introduced in quick-lint-js version 0.2.0.