E0127: TypeScript's 'enum' feature is not allowed in JavaScript
JavaScript does not support TypeScript-style enums. It is a syntax error to declare an enum:
To fix this error, write an object instead:
Alternatively, declare separate variables:
Introduced in quick-lint-js version 0.2.0.