This package is a personal remark preset for ybiquitous.
It includes some lint rules, plugins, and so on. See index.js
for details.
Note
This package supports only ESM. remark v14 or later is required.
First, install the package:
npm install remark-preset-ybiquitous
Next, add it to your remark configuration (e.g. .remarkrc.json
):
{
"plugins": ["remark-preset-ybiquitous"]
}
Finally, run remark:
$ remark .
README.md
31:1-31:9 warning Do not use headings with similar content (5:1) no-duplicate-headings remark-lint
⚠ 1 warning