0.0.0-semantically-released • Published 11 months ago

@nstcactus/remark-lint-preset v0.0.0-semantically-released

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

remark-lint-preset

A remark preset to configure remark-lint with markdown style conventions

Usage

npm node

Installation

npm install remark remark-cli @nstcactus/remark-lint-preset --save-dev

Configure

Add to the project's .remarkrc.js:

export default { plugins: ['@nstcactus/remark-lint-preset'] };

Add an npm script that will run as part of npm test:

    "lint:md": "remark --frail ."

Contributing

Conventional Commits semantic-release

Dependencies

npm install

Verification

npm test