E0233: TypeScript generics are not allowed in JavaScript code
It is a syntax error to write TypeScript generic parameters or arguments in JavaScript code:
To fix this error, rename your file to have a .ts
or .tsx
suffix.
Alternatively, use JSDoc to write the generic parameters:
Introduced in quick-lint-js version 2.6.0.