Make resultVersion 3 (report multiple errors per line, include fixInfo) the default.

This commit is contained in:
David Anson 2022-04-21 21:30:56 -07:00
parent 9b3fd3d16b
commit 9310713da1
9 changed files with 44 additions and 31 deletions

View file

@ -52,8 +52,7 @@
"config": {
"MD013": false
},
"handleRuleFailures": true,
"resultVersion": 3
"handleRuleFailures": true
};
allLintErrors = window.markdownlint.sync(options).content;
violations.innerHTML = allLintErrors.map(function mapResult(result) {