E0165: TypeScript style const field
const
fields are only allowed in TypeScript, not JavaScript
To fix this error, remove the const
declarator from the field
Introduced in quick-lint-js version 0.3.0.
Find bugs in JavaScript programs.
const
fields are only allowed in TypeScript, not JavaScript
To fix this error, remove the const
declarator from the field
Introduced in quick-lint-js version 0.3.0.