Add "configParsers" option so custom parsers can be used to handle the content of markdownlint-configure-file inline comments (fixes #528).

This commit is contained in:
David Anson 2022-06-05 22:32:22 -07:00
parent bbec8c5c1e
commit 00082ee8a5
6 changed files with 267 additions and 108 deletions

View file

@ -88,6 +88,7 @@ options = {
"code_blocks": true
}
},
"configParsers": [ JSON.parse ],
"customRules": undefined,
"frontMatter": /---/,
"handleRuleFailures": false,