Feature(eslint-plugin): backport no-unnecessary-type-parameters from v8 to main #9468
Labels
enhancement
New feature or request
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
triage
Waiting for team members to take a look
Overview
#8173 -> https://v8--typescript-eslint.netlify.app/rules/no-unnecessary-type-parameters added the rule to the
v8
branch. Which is great incentive for folks to try out v8. 😄But, I also believe we should be able to get the rule into
main
. I believe I'd switched it tov8
because of Git merge shenanigans (read: I was having a hard time).Proposal: similar to #9437, let's PR a copy of the rule to the
main
branch?💖
The text was updated successfully, but these errors were encountered: