remark-preset-lint-travi
v6.0.8
Published
remark preset to configure remark-lint with my markdown style preferences
Readme
remark-preset-lint-travi
remark preset to configure remark-lint with my markdown style preferences
Usage
Installation
$ npm install remark remark-cli remark-preset-lint-travi --devConfigure
Add to the project's .remarkrc.js:
export default {plugins: ['remark-preset-lint-travi']};Add an npm script that will run as part of npm test:
"lint:md": "remark --frail ."Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test