Add reference to remark-lint-frontmatter-schema

Closes GH-294.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
This commit is contained in:
Julian Cataldo 2022-08-09 19:08:03 +02:00 committed by GitHub
parent 87f1c5f606
commit 37041219cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,6 +212,8 @@ The following rules are maintained by the community:
— enforce a limit of emoji per paragraph
* [`remark-lint-no-empty-sections`](https://github.com/vhf/remark-lint-no-empty-sections)
— ensure every heading is followed by content (forming a section)
* [`remark-lint-frontmatter-schema`](https://github.com/JulianCataldo/remark-lint-frontmatter-schema)
— validate YAML frontmatter against a JSON schema
* [`remark-lint-heading-length`](https://github.com/zerok/remark-lint-heading-length)
— ensure headings have the appropriate length
* [`remark-lint-heading-whitespace`](https://github.com/vhf/remark-lint-heading-whitespace)