Skip to content

Commit

Permalink
Silence spurious ESLint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul committed Jan 9, 2025
1 parent c34e3f3 commit f5f0b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/markdoc/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function generateID(
if (Tag.isTag(node)) {
return node.children.map(stringify).join(" ");
} else {
// eslint-disable-next-line @typescript-eslint/no-base-to-string
return `${node}`;
}
};
Expand Down

0 comments on commit f5f0b7b

Please sign in to comment.