Configs: Add no-unnecessary-type-parameters to strict-type-checked preset #9438
Labels
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
preset config change
Proposal for an addition, removal, or general change to a preset config
team assigned
A member of the typescript-eslint team should work on this.
Before You File a Proposal Please Confirm You Have Done The Following...
Description
Following #8173: I opted to keep the
@typescript-eslint/no-unnecessary-type-parameters
out of thestrict-type-checked
preset because we wanted to give it a "warning: early stage and experimental" notice. We're trying the rule on this codebase for now and hope some enterprising users might pick it up. But until it's added tostrict-type-checked
, we're not likely to get a lot of user testing.Filing this issue as a followup to track adding the rule to
strict-type-checked
and removing its warning notice.💖
Impacted Configurations
strict-type-checked
Additional Info
cc @danvk as a heads up 🙂
The text was updated successfully, but these errors were encountered: