mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01: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
|
[.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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue