mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
This commit is contained in:
parent
4a52864b39
commit
a563c082a5
11 changed files with 228 additions and 12 deletions
|
@ -51,8 +51,8 @@ const rules = [
|
|||
require("./md051"),
|
||||
require("./md052"),
|
||||
require("./md053"),
|
||||
require("./md054")
|
||||
// md055: See https://github.com/markdownlint/markdownlint
|
||||
require("./md054"),
|
||||
require("./md055")
|
||||
// md056: See https://github.com/markdownlint/markdownlint
|
||||
// md057: See https://github.com/markdownlint/markdownlint
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue