🚀 Feature Request
Existing Behavior
We do have declared a merger for the @typescript-eslint/no-unnecessary-type-assertion rule but this doesn't seems to require it as it is pretty much a 1:1 converter with the whitelist of types to ignore being mapped into typesToIgnore as stated in the ESLint docs.
Change Proposal
Cleanup the rule by removing the merger and adding the logic into the converter.
🚀 Feature Request
Existing Behavior
We do have declared a merger for the
@typescript-eslint/no-unnecessary-type-assertionrule but this doesn't seems to require it as it is pretty much a 1:1 converter with the whitelist of types to ignore being mapped intotypesToIgnoreas stated in the ESLint docs.no-unnecessary-type-assertion@typescript-eslint/no-unnecessary-type-assertionChange Proposal
Cleanup the rule by removing the merger and adding the logic into the converter.