Skip to content

Latest commit

History

History

remark-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

@strv/remark-config

STRV's config for remark-cli

Usage

npm i --dev remark-cli @strv/remark-config

Now, create a .remarkrc.js file in your project's root with the following contents:

'use strict'

const config = require('./packages/remark-config')

module.exports = {
  ...config,
}

Remark's configuration does not support built-in extensibility/inheritance of configuration so if you'd like to change some configuration options you will have to resort to standard JavaScript's object mutation/extension patterns.

License

See the LICENSE file for more information.