Skip to content

Commit be28e22

Browse files
committed
fix: lint
1 parent b79dbc9 commit be28e22

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/parsers/markdown.mjs

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

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

0 commit comments

Comments
 (0)