Skip to content

Commit

Permalink
chore: update eslint-plugin-jsdoc (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Nov 15, 2024
1 parent e1a2cd7 commit 7a653b0
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 93 deletions.
3 changes: 3 additions & 0 deletions lib/utils/type-tracker/tracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,9 @@ function jsDocTypeNodeToTypeInfo(
if (node.type === "JsdocTypeNumber") {
return NUMBER
}
if (node.type === "JsdocTypeAsserts") {
return BOOLEAN
}
if (
node.type === "JsdocTypeOptional" ||
node.type === "JsdocTypeNullable" ||
Expand Down
Loading

0 comments on commit 7a653b0

Please sign in to comment.