Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@telus/remark-config

telus110MIT2.3.0

remark preset to configure remark-lint with rules that enforce the markdown style guide

telus, remark, preset, markdown, style, guide

readme

maintenance-status npm

Remark Config

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

Usage

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

include a .remarkrc file in your project root directory:

{
  "plugins": [
    "@telus/remark-config"
  ]
}
3. Run
remark --quiet --frail .
"scripts": {
  "lint:markdown": "remark --quiet --frail ."
  ...
}

Github: @telus • Twitter: @telusdigital