mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Remove abbreviations from rule metadata to clarify API.
This commit is contained in:
parent
513a1351a5
commit
49e36f817c
4 changed files with 92 additions and 90 deletions
|
@ -32,7 +32,7 @@ rules.forEach(function forRule(rule) {
|
|||
tags[tag] = tagRules;
|
||||
});
|
||||
var scheme = {
|
||||
"description": rule.names.join("/") + " - " + rule.desc,
|
||||
"description": rule.names.join("/") + " - " + rule.description,
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue