Skip to content

Commit d93b8ee

Browse files
committed
Add missing item to allTsdocMessageIds
1 parent 83ff3d3 commit d93b8ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsdoc/src/parser/TSDocMessageId.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ export const allTsdocMessageIds: string[] = [
412412
'tsdoc-config-unresolved-extends',
413413
'tsdoc-config-undefined-tag',
414414
'tsdoc-config-duplicate-tag-name',
415+
'tsdoc-config-invalid-tag-name',
415416

416417
'tsdoc-comment-not-found',
417418
'tsdoc-comment-missing-opening-delimiter',

0 commit comments

Comments
 (0)