mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
parent
b29a0e004c
commit
3532e3110a
36 changed files with 11751 additions and 175 deletions
|
|
@ -54,6 +54,7 @@ import md055 from "./md055.mjs";
|
|||
import md056 from "./md056.mjs";
|
||||
import md058 from "./md058.mjs";
|
||||
import md059 from "./md059.mjs";
|
||||
import md060 from "./md060.mjs";
|
||||
|
||||
const rules = [
|
||||
md001,
|
||||
|
|
@ -110,7 +111,8 @@ const rules = [
|
|||
md056,
|
||||
// md057: See https://github.com/markdownlint/markdownlint
|
||||
md058,
|
||||
md059
|
||||
md059,
|
||||
md060
|
||||
];
|
||||
for (const rule of rules) {
|
||||
const name = rule.names[0].toLowerCase();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue