@telus/remark-config

2.3.0 • Public • Published

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

Package Sidebar

Install

npm i @telus/remark-config

Weekly Downloads

42

Version

2.3.0

License

MIT

Unpacked Size

3.83 kB

Total Files

4

Last publish

Collaborators

  • pdufault
  • telusdigitaldelivery
  • stv-telus