npm.io
1.0.0-beta.2 • Published 7 years ago

remark-preset-lint-gain

Licence
MIT
Version
1.0.0-beta.2
Deps
1
Size
4 kB
Vulns
0
Weekly
0

remark-preset-lint

remark preset to configure remark-lint with our conventions

Build Status

Usage

npm MIT license

Installation

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

Add to the project's .remarkrc.js:

exports.plugins = ['@gaincompliance/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