Update MD013/line-length to support stern parameter (fixes #256).

This commit is contained in:
David Anson 2020-03-22 14:06:29 -07:00
parent 11ea2ad5f1
commit de86a26e4e
6 changed files with 101 additions and 5 deletions

View file

@ -181,6 +181,11 @@ rules.forEach(function forRule(rule) {
"description": "Strict length checking",
"type": "boolean",
"default": false
},
"stern": {
"description": "Stern length checking",
"type": "boolean",
"default": false
}
};
break;

View file

@ -433,6 +433,11 @@
"description": "Strict length checking",
"type": "boolean",
"default": false
},
"stern": {
"description": "Stern length checking",
"type": "boolean",
"default": false
}
},
"additionalProperties": false
@ -484,6 +489,11 @@
"description": "Strict length checking",
"type": "boolean",
"default": false
},
"stern": {
"description": "Stern length checking",
"type": "boolean",
"default": false
}
},
"additionalProperties": false