Change default value of options.resultVersion to 1 (breaking change).

This commit is contained in:
David Anson 2017-07-05 21:53:21 -07:00
parent 5bea80f5cd
commit 8c34383f80
6 changed files with 116 additions and 142 deletions

View file

@ -47,8 +47,7 @@
},
"config": {
"MD013": false
},
"resultVersion": 1
}
};
var results = window.markdownlint.sync(options);
violations.innerHTML = results.content.map(function mapResult(result) {