no-unnecessary-type-arguments
Configuration
rslint.config.ts
Rule Details
Disallow type arguments that are equal to the default.
If a type parameter has a default value and an explicit type argument provides the same type, the argument is redundant and can be omitted for cleaner code.
Examples of incorrect code for this rule:
Examples of correct code for this rule: