Update test repo snapshot configuration.

This commit is contained in:
David Anson 2024-05-15 22:42:26 -07:00
parent 607c3af776
commit cc34704ffa

View file

@ -21,7 +21,7 @@ test("https://github.com/electron/electron", (t) => {
join(rootDir, "*.md"),
join(rootDir, "docs/**/*.md")
];
const configPath = join(rootDir, ".markdownlint.json");
const configPath = join(rootDir, ".markdownlint-cli2.jsonc");
return lintTestRepo(t, globPatterns, configPath);
});