@dsmjs/remark-preset-lint
v2.0.20
Published
remark preset to configure remark-lint with markdown style conventions
Downloads
65
Readme
remark-preset-lint
remark preset to configure remark-lint with markdown style conventions
Usage
Installation
$ npm install remark remark-cli @dsmjs/remark-preset-lint --save-devConfigure
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
Dependencies
$ nvm install
$ npm installVerification
$ npm test