3.0.0 • Published 2 months ago

@strv/remark-config v3.0.0

Weekly downloads
46
License
BSD-3-Clause
Repository
github
Last release
2 months ago

@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.