mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update test repo snapshot configuration.
This commit is contained in:
parent
607c3af776
commit
cc34704ffa
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ test("https://github.com/electron/electron", (t) => {
|
||||||
join(rootDir, "*.md"),
|
join(rootDir, "*.md"),
|
||||||
join(rootDir, "docs/**/*.md")
|
join(rootDir, "docs/**/*.md")
|
||||||
];
|
];
|
||||||
const configPath = join(rootDir, ".markdownlint.json");
|
const configPath = join(rootDir, ".markdownlint-cli2.jsonc");
|
||||||
return lintTestRepo(t, globPatterns, configPath);
|
return lintTestRepo(t, globPatterns, configPath);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue