Skip to content

Commit 3bf911c

Browse files
authored
fix(valid-types): allow extends for namepath; fixes #1455 (#1456)
1 parent 3fcd4e8 commit 3bf911c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/validTypes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const inlineTags = new Set([
1111
]);
1212

1313
const jsdocTypePrattKeywords = new Set([
14+
'extends',
1415
'import',
1516
'is',
1617
'readonly',

0 commit comments

Comments
 (0)