@form8ion/remark-lint-preset
v6.0.5
Published
remark preset to configure remark-lint with markdown style conventions
Downloads
43,352
Readme
remark-lint-preset
remark preset to configure remark-lint with markdown style conventions
Usage
Installation
$ npm install remark remark-cli @form8ion/remark-lint-preset --save-dev
Configure
Add to the project's .remarkrc.js
:
export default {plugins: ['@form8ion/remark-lint-preset']};
Add an npm script that will run as part of npm test
:
"lint:md": "remark --frail ."
Contributing
Dependencies
$ nvm install
$ npm install
Verification
$ npm test