Skip to content

Commit

Permalink
docs(eslint-plugin): [no-unnec-type-arg] correct doc title (#1360)
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
  • Loading branch information
G-Rath and bradzacher committed Dec 20, 2019
1 parent 1c0ce9b commit 93390e6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
# Enforces that types will not to be used (no-unnecessary-type-arguments)
# Enforces that type arguments will not be used if not required (no-unnecessary-type-arguments)

Warns if an explicitly specified type argument is the default for that type parameter.

Expand Down

0 comments on commit 93390e6

Please sign in to comment.