Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Labels
Milestone
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?