1.0.2 • Published 7 years ago
@ahmadnassri/remark-config v1.0.2
Remark Config
remark preset to configure
remark-lintwith settings that inherit fromremark-preset-lint-markdown-style-guidewith some customization for personal usage.
Usage
1. Install
npm install --save-dev remark-cli @ahmadnassri/remark-config2. 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