Update dependency: markdownlint-micromark to 0.1.9.

This commit is contained in:
David Anson 2024-03-04 21:38:18 -08:00
parent 3f31d6f7a2
commit a5371e29c5
5 changed files with 31 additions and 45 deletions

View file

@ -7,11 +7,11 @@ const { filterByTypes, getTokenParentOfType, inHtmlFlow } =
require("../helpers/micromark.cjs");
// eslint-disable-next-line jsdoc/valid-types
/** @type import("micromark-util-types").TokenType[] */
/** @type import("markdownlint-micromark").TokenType[] */
const unorderedListTypes =
[ "blockQuotePrefix", "listItemPrefix", "listUnordered" ];
// eslint-disable-next-line jsdoc/valid-types
/** @type import("micromark-util-types").TokenType[] */
/** @type import("markdownlint-micromark").TokenType[] */
const unorderedParentTypes =
[ "blockQuote", "listOrdered", "listUnordered" ];