E0213: TypeScript's 'interface' feature is not allowed in JavaScript code
JavaScript does not support interfaces. It is a syntax error to write a TypeScript interface in JavaScript code:
To fix this error, rename your file to have a .ts
or .tsx
suffix.
Alternatively, use JSDoc to declare the interface:
Introduced in quick-lint-js version 2.5.0.