1.0.2 • Published 6 years ago

@ahmadnassri/remark-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Remark Config

License version Build Status

remark preset to configure remark-lint with settings that inherit from remark-preset-lint-markdown-style-guide with some customization for personal usage.

Usage

1. Install
npm install --save-dev remark-cli @ahmadnassri/remark-config
2. Configure

include a .remarkrc file in your project root directory:

{
  "plugins": [
    "@ahmadnassri/remark-config"
  ]
}
3. Run
remark --quiet --frail .
4. Add to your npm scripts (recommended)
"scripts": {
  "lint:markdown": "remark --quiet --frail ."
  ...
}

Author: Ahmad Nassri  Github: @ahmadnassri  Twitter: @AhmadNassri

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago