3.0.0 • Published 1 year ago
@strv/remark-config v3.0.0
@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.
3.0.0
1 year ago
2.0.0-alpha.2
4 years ago
2.0.0
4 years ago
2.0.0-alpha.1
4 years ago
2.0.0-alpha.0
5 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago