mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Update eslint configuration to latest format/rules.
This commit is contained in:
parent
b17dcb2ed9
commit
c668c7c6a9
3 changed files with 224 additions and 208 deletions
|
|
@ -32,7 +32,7 @@ rules.forEach(function forRule(rule) {
|
|||
// });
|
||||
|
||||
// Class for results with toString for pretty display
|
||||
function Results() { }
|
||||
function Results() {}
|
||||
Results.prototype.toString = function resultsToString(useAlias) {
|
||||
var that = this;
|
||||
var results = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue