Skip to content

Commit 491bef4

Browse files
committed
Fix types for list item
1 parent cd8c600 commit 491bef4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/handle/list-item.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {indentLines} from '../util/indent-lines.js'
1414
/**
1515
* @type {Handle}
1616
* @param {ListItem} node
17-
* @param {List} parent
1817
*/
1918
export function listItem(node, parent, context) {
2019
const listItemIndent = checkListItemIndent(context)

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export function toMarkdown(tree, options = {}) {
3030
options: {}
3131
}
3232

33-
// @ts-expect-error: hush.
3433
configure(context, {unsafe, join, handlers: handle})
3534
configure(context, options)
3635

0 commit comments

Comments
 (0)