E0261: TypeScript non-null assertions are not allowed in JavaScript
In TypeScript, !
after a expression is a non-null assertion. It is a syntax
error to write a non-null assertion in JavaScript:
To fix this error, remove the !
:
Introduced in quick-lint-js version 2.7.0.
Documentation for other errors