mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add instructions for "Validating Configuration" to explain how to use the JSON Schema with configuration objects/files.
This commit is contained in:
parent
7df23eed2c
commit
9270513f14
3 changed files with 32 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue