Avoid enum declarations (no-enum)
October 20, 2020 · View on GitHub
This rule forbids enum declarations. TypeScript enums generate code and that sometimes isn't what's wanted. Literal types can be used instead.
Options
This rule has no options.
October 20, 2020 · View on GitHub
This rule forbids enum declarations. TypeScript enums generate code and that sometimes isn't what's wanted. Literal types can be used instead.
This rule has no options.