Closed
Description
Overview
There are two issues with @typescript-eslint/no-type-alias
as it exists today:
- It intersects
@typescript-eslint/consistent-type-definitions
- It violates our general ban on rules that exist only to ban specific syntaxes: https://typescript-eslint.io/docs/linting/troubleshooting#how-can-i-ban-specific-language-feature
Proposal: let's deprecate the rule in v6, and remove it in v7?