E0041: unclosed template
Template literals start with and end with `
.
It is a syntax error to omit the trailing `
.
To fix this error, ensure a backslash (\
) is not escaping the terminating
`
, or include a terminating `
:
Introduced in quick-lint-js version 0.2.0.