Skip to content

Commit b7f22cd

Browse files
committed
chore: Mention @template in no-undefined-types docs
1 parent 8ab2178 commit b7f22cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.README/rules/no-undefined-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In addition to considering globals found in code (or in ESLint-indicated
1111
name(path) definitions to also serve as a potential "type" for checking
1212
the tag types in the table below:
1313

14-
`@callback`, `@class` (or `@constructor`), `@constant` (or `@const`), `@event`, `@external` (or `@host`), `@function` (or `@func` or `@method`), `@interface`, `@member` (or `@var`), `@mixin`, `@name`, `@namespace`, `@typedef`.
14+
`@callback`, `@class` (or `@constructor`), `@constant` (or `@const`), `@event`, `@external` (or `@host`), `@function` (or `@func` or `@method`), `@interface`, `@member` (or `@var`), `@mixin`, `@name`, `@namespace`, `@template`, `@typedef`.
1515

1616
The following types are always considered defined.
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2706,7 +2706,7 @@ In addition to considering globals found in code (or in ESLint-indicated
27062706
name(path) definitions to also serve as a potential "type" for checking
27072707
the tag types in the table below:
27082708

2709-
`@callback`, `@class` (or `@constructor`), `@constant` (or `@const`), `@event`, `@external` (or `@host`), `@function` (or `@func` or `@method`), `@interface`, `@member` (or `@var`), `@mixin`, `@name`, `@namespace`, `@typedef`.
2709+
`@callback`, `@class` (or `@constructor`), `@constant` (or `@const`), `@event`, `@external` (or `@host`), `@function` (or `@func` or `@method`), `@interface`, `@member` (or `@var`), `@mixin`, `@name`, `@namespace`, `@template`, `@typedef`.
27102710

27112711
The following types are always considered defined.
27122712

0 commit comments

Comments
 (0)