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 b79dbc9 commit be28e22Copy full SHA for be28e22
1 file changed
src/parsers/markdown.mjs
@@ -31,6 +31,8 @@ const createParser = linter => {
31
// Parses the API doc into an AST tree using `unified` and `remark`
32
const apiDocTree = remarkProcessor.parse(resolvedApiDoc);
33
34
+ linter?.lint(resolvedApiDoc, apiDocTree);
35
+
36
return {
37
file: {
38
stem: resolvedApiDoc.stem,
0 commit comments