1.0.5 • Published 4 years ago

@gaincompliance/remark-preset-lint v1.0.5

Weekly downloads
60
License
MIT
Repository
github
Last release
4 years ago

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 Greenkeeper badge

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-beta.1

5 years ago