@strv/remark-config

3.0.0 • Public • Published

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @strv/remark-config

    Weekly Downloads

    5

    Version

    3.0.0

    License

    BSD-3-Clause

    Unpacked Size

    7.08 kB

    Total Files

    5

    Last publish

    Collaborators

    • lucasconstantino
    • strvuser
    • robertrossmann
    • xhudec