2.3.0 • Published 11 months ago

@telus/remark-config v2.3.0

Weekly downloads
425
License
MIT
Repository
github
Last release
11 months ago

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

Github: @telus  Twitter: @telusdigital

2.3.0

11 months ago

2.2.5

1 year ago

2.2.3

1 year ago

2.2.4

1 year ago

2.2.2

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.0.9

2 years ago

2.1.0

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.5

2 years ago

2.0.6

2 years ago

2.0.4

2 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.0

6 years ago