Skip to content

Commit c078633

Browse files
committed
feat(valid-types): add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags
1 parent c5a09c8 commit c078633

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/rules/validTypes.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ import {
88
} from '@es-joy/jsdoccomment';
99

1010
const inlineTags = new Set([
11-
'link', 'linkcode', 'linkplain',
11+
// Typdoc
12+
'include', 'includeCode',
13+
// TSDoc
14+
'inheritDoc',
15+
'inheritdoc',
16+
'label',
17+
// JSDoc
18+
'link',
19+
'linkcode', 'linkplain',
1220
'tutorial',
1321
]);
1422

0 commit comments

Comments
 (0)