0.4.2 • Published 7 months ago

remark-preset-ybiquitous v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

npm node

remark-preset-ybiquitous

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 14+ required.

Usage

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