mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Update MD029/ol-prefix to fix reported violations (fixes #949).
This commit is contained in:
parent
3532e3110a
commit
371a35f62f
9 changed files with 1019 additions and 178 deletions
|
@ -912,7 +912,7 @@ test("readme", async(t) => {
|
|||
});
|
||||
|
||||
test("validateJsonUsingConfigSchemaStrict", async(t) => {
|
||||
t.plan(209);
|
||||
t.plan(211);
|
||||
// @ts-ignore
|
||||
const ajv = new Ajv(ajvOptions);
|
||||
const validateSchemaStrict = ajv.compile(configSchemaStrict);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue