Skip to content

Commit 7a653b0

Browse files
authored
chore: update eslint-plugin-jsdoc (#779)
1 parent e1a2cd7 commit 7a653b0

File tree

3 files changed

+177
-93
lines changed

3 files changed

+177
-93
lines changed

lib/utils/type-tracker/tracker.ts

+3
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,9 @@ function jsDocTypeNodeToTypeInfo(
625625
if (node.type === "JsdocTypeNumber") {
626626
return NUMBER
627627
}
628+
if (node.type === "JsdocTypeAsserts") {
629+
return BOOLEAN
630+
}
628631
if (
629632
node.type === "JsdocTypeOptional" ||
630633
node.type === "JsdocTypeNullable" ||

0 commit comments

Comments
 (0)