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. Node.js 12.20.0+ and remark 14+ required.
First, install the package:
npm install remark-preset-ybiquitous
Next, add it to your remark configuration (e.g. .remarkrc
):
{
"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