mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
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:
parent
bbec8c5c1e
commit
00082ee8a5
6 changed files with 267 additions and 108 deletions
|
@ -88,6 +88,7 @@ options = {
|
|||
"code_blocks": true
|
||||
}
|
||||
},
|
||||
"configParsers": [ JSON.parse ],
|
||||
"customRules": undefined,
|
||||
"frontMatter": /---/,
|
||||
"handleRuleFailures": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue