@strv/remark-config
v3.0.0
Published
STRV's config for Remark
Downloads
70
Readme
@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.