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
|
|
@ -377,6 +377,9 @@ See [.markdownlint.jsonc](schema/.markdownlint.jsonc) and/or
|
|||
[.markdownlint.yaml](schema/.markdownlint.yaml) for an example
|
||||
configuration object with all properties set to the default value.
|
||||
|
||||
See [ValidatingConfiguration.md](schema/ValidatingConfiguration.md) for ways to
|
||||
validate configuration.
|
||||
|
||||
Sets of rules (known as a "style") can be stored separately and loaded
|
||||
as [JSON](https://en.wikipedia.org/wiki/JSON).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue