Skip to content

Commit 1e00eaa

Browse files
committed
refactor: nits
1 parent a81d6d6 commit 1e00eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/utils.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const parser = lazy(createMarkdownParser);
2424
* @param {string[]} input - Glob patterns for input files.
2525
* @param {string[]} [ignore] - Glob patterns to ignore.
2626
* @param {import('../src/linter/types').Linter} [linter] - Linter instance
27-
* @returns {Promise<ParserOutput<import('mdast').Root>[]>}
27+
* @returns {Promise<Array<ParserOutput<import('mdast').Root>>>}
2828
*/
2929
export async function loadAndParse(input, ignore, linter) {
3030
const files = await loader().loadFiles(input, ignore);

0 commit comments

Comments
 (0)