mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Tweak location of link to ValidatingConfiguration.md in README.md.
This commit is contained in:
parent
9270513f14
commit
c19acce9c3
1 changed files with 3 additions and 3 deletions
|
@ -377,9 +377,6 @@ 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).
|
||||
|
||||
|
@ -406,6 +403,9 @@ See [markdownlint-config-schema.json](schema/markdownlint-config-schema.json)
|
|||
for the [JSON Schema](https://json-schema.org/) of the `options.config`
|
||||
object.
|
||||
|
||||
See [ValidatingConfiguration.md](schema/ValidatingConfiguration.md) for ways to
|
||||
use the JSON Schema to validate configuration.
|
||||
|
||||
For more advanced scenarios, styles can reference and extend other styles.
|
||||
The `readConfig` and `readConfigSync` functions can be used to read such
|
||||
styles.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue