Closed
Description
Before You File a Proposal Please Confirm You Have Done The Following...
- I have searched for related issues and found none that match my proposal.
- I have read the FAQ and my problem is not listed.
Description
One line of code triggers two different rules:
- https://typescript-eslint.io/rules/prefer-ts-expect-error/
- https://typescript-eslint.io/rules/ban-ts-comment/
So if I must use @ts-ignore-error
(due to flaky typescript errors) I have to disable two rules.
Why are there two rules that do the same thing? Given that prefer-ts-expect-error
already exists, I think it would make sense to drop the specific check from ban-ts-comment
Impacted Configurations
I think one is in recommended
and the other one is just in strict
Additional Info
No response