mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-20 07:50:12 +01:00
feat: implement autofix for md029
Add support for auto-fixing MD029 violations. Close #949
This commit is contained in:
parent
3532e3110a
commit
cec6c7e95d
12 changed files with 1018 additions and 177 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