Skip to content

Commit

Permalink
chore: remove unnecessary Code type
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 16, 2023
1 parent 22184ba commit 93766b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-mdx/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ runAsWorker(
}

function handleNode(
node: BlockContent | Code | Literal | Paragraph | PhrasingContent,
node: BlockContent | Literal | Paragraph | PhrasingContent,
) {
if (node.type === 'paragraph') {
return handleChildren(node)
Expand Down

0 comments on commit 93766b3

Please sign in to comment.