We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6cf99 commit 5a53252Copy full SHA for 5a53252
src/parsers/markdown.mjs
@@ -32,6 +32,8 @@ const createParser = linter => {
32
// Parses the API doc into an AST tree using `unified` and `remark`
33
const apiDocTree = remarkProcessor.parse(resolvedApiDoc);
34
35
+ linter?.lint(resolvedApiDoc, apiDocTree);
36
+
37
return {
38
file: {
39
stem: resolvedApiDoc.stem,
0 commit comments