mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
This commit is contained in:
parent
460836445c
commit
10f095c4fd
32 changed files with 3149 additions and 333 deletions
|
@ -54,6 +54,9 @@ const rules = [
|
|||
require("./md052"),
|
||||
require("./md053"),
|
||||
require("./md054")
|
||||
// md055: See https://github.com/markdownlint/markdownlint
|
||||
// md056: See https://github.com/markdownlint/markdownlint
|
||||
// md057: See https://github.com/markdownlint/markdownlint
|
||||
];
|
||||
for (const rule of rules) {
|
||||
const name = rule.names[0].toLowerCase();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue