Skip to content

dsmjs/remark-preset-lint

Repository files navigation

remark-preset-lint

remark preset to configure remark-lint with markdown style conventions

Node CI Workflow Status

Usage

npm MIT license

Installation

$ npm install remark remark-cli @dsmjs/remark-preset-lint --save-dev

Configure

Add to the project's .remarkrc.js:

exports.plugins = ['@dsmjs/remark-preset-lint'];

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

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

Contributing

Conventional Commits Commitizen friendly semantic-release PRs Welcome Dependabot

Dependencies

$ nvm install
$ npm install

Verification

$ npm test