An opiniated remark preset
npm install remark-preset-remcohaszing


An opiniated remark preset.
- Installation
- Usage
- API
- Compatibility
- License
``sh`
npm install remark-preset-remcohaszing
This package is intended to be used with
remark-cli and
remark-language-server.
To use it, create a file named .remarkrc.yaml with the following content:
`yaml`
plugins:
- remark-preset-remcohaszing
Then run:
`sh`
remark --frail .
This package only has a default export. The default export is the remark preset. The preset contains
the following plugins:
- remark-frontmatter
- remark-gfm
- remark-lint-definition-case
- remark-lint-final-definition
- remark-lint-heading-increment
- remark-lint-no-duplicate-defined-urls
- remark-lint-no-duplicate-definitions
- remark-lint-no-empty-url
- remark-lint-no-reference-like-url
- remark-lint-no-unneeded-full-reference-image
- remark-lint-no-unneeded-full-reference-link
- remark-lint-no-unused-definitions
- remark-toc
- remark-validate-links
- retext-english
- retext-indefinite-article
- retext-quotes
- retext-repeated-words
- retext-syntax-urls
- unified-consistency
- unified-prettier`
This project is compatible with Node.js 16 or greater.