Add instructions for "Validating Configuration" to explain how to use the JSON Schema with configuration objects/files.

This commit is contained in:
David Anson 2023-11-26 20:10:31 -08:00
parent 7df23eed2c
commit 9270513f14
3 changed files with 32 additions and 1 deletions

View file

@ -83,7 +83,7 @@ test("projectFiles", (t) => {
"schema/*.md"
]))
.then((files) => {
t.is(files.length, 57);
t.is(files.length, 58);
const options = {
files,
"config": require("../.markdownlint.json")