Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ybiquitous/remark-preset-ybiquitous
Remark preset for ybiquitous
https://github.com/ybiquitous/remark-preset-ybiquitous
Last synced: 3 months ago
JSON representation
Remark preset for ybiquitous
- Host: GitHub
- URL: https://github.com/ybiquitous/remark-preset-ybiquitous
- Owner: ybiquitous
- License: mit
- Created: 2021-04-02T17:37:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T13:11:23.000Z (3 months ago)
- Last Synced: 2024-11-01T14:20:02.324Z (3 months ago)
- Language: JavaScript
- Size: 755 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/v/remark-preset-ybiquitous?style=flat-square)](https://www.npmjs.com/package/remark-preset-ybiquitous)
[![node](https://img.shields.io/node/v/remark-preset-ybiquitous.svg?style=flat-square)](https://github.com/ybiquitousy/remark-preset-ybiquitous)# remark-preset-ybiquitous
This package is a personal [remark](https://remark.js.org) preset for [ybiquitous](https://github.com/ybiquitous).
It includes some lint rules, plugins, and so on. See [`index.js`](./index.js) for details.
> [!NOTE]
> This package supports only **ESM**. [remark v14](https://github.com/remarkjs/remark/releases/tag/14.0.0) or later is required.## Usage
First, install the package:
```shell
npm install remark-preset-ybiquitous
```Next, add it to your remark configuration (e.g. `.remarkrc.json`):
```json
{
"plugins": ["remark-preset-ybiquitous"]
}
```Finally, run remark:
```console
$ remark .
README.md
31:1-31:9 warning Do not use headings with similar content (5:1) no-duplicate-headings remark-lint⚠ 1 warning
```