Tweak location of link to ValidatingConfiguration.md in README.md.

This commit is contained in:
David Anson 2023-11-26 20:14:21 -08:00
parent 9270513f14
commit c19acce9c3

View file

@ -377,9 +377,6 @@ See [.markdownlint.jsonc](schema/.markdownlint.jsonc) and/or
[.markdownlint.yaml](schema/.markdownlint.yaml) for an example [.markdownlint.yaml](schema/.markdownlint.yaml) for an example
configuration object with all properties set to the default value. 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 Sets of rules (known as a "style") can be stored separately and loaded
as [JSON](https://en.wikipedia.org/wiki/JSON). 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` for the [JSON Schema](https://json-schema.org/) of the `options.config`
object. 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. For more advanced scenarios, styles can reference and extend other styles.
The `readConfig` and `readConfigSync` functions can be used to read such The `readConfig` and `readConfigSync` functions can be used to read such
styles. styles.