Skip to content

Commit 5a53252

Browse files
committed
fix: lint
1 parent 2f6cf99 commit 5a53252

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parsers/markdown.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ const createParser = linter => {
3232
// Parses the API doc into an AST tree using `unified` and `remark`
3333
const apiDocTree = remarkProcessor.parse(resolvedApiDoc);
3434

35+
linter?.lint(resolvedApiDoc, apiDocTree);
36+
3537
return {
3638
file: {
3739
stem: resolvedApiDoc.stem,

0 commit comments

Comments
 (0)