Skip to content

remark-config 2.2.5

Install from the command line:
Learn more about npm packages
$ npm install @telus/remark-config@2.2.5
Install via package.json:
"@telus/remark-config": "2.2.5"

About this version

Remark Config

version

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 .
4. Add to your npm scripts (recommended)
"scripts": {
  "lint:markdown": "remark --quiet --frail ."
  ...
}

Github: @telus • Twitter: @telusdigital

Details


Assets

  • remark-config-2.2.5.tgz

Download activity

  • Total downloads 208
  • Last 30 days 0
  • Last week 0
  • Today 0