@nstcactus/remark-lint-preset
v0.0.0-semantically-released
Published
A remark preset to configure remark-lint with markdown style conventions
Readme
remark-lint-preset
A remark preset to configure remark-lint with markdown style conventions
Usage
Installation
npm install remark remark-cli @nstcactus/remark-lint-preset --save-devConfigure
Add to the project's .remarkrc.js:
export default { plugins: ['@nstcactus/remark-lint-preset'] };Add an npm script that will run as part of npm test:
"lint:md": "remark --frail ."Contributing
Dependencies
npm installVerification
npm test