@almacareer/remark-config

0.1.0 • Public • Published

@almacareer/remark-config

Alma Career’s config for remark-cli

Usage

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

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

import config from '@almacareer/remark-config';

export default {
  ...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.

Package Sidebar

Install

npm i @almacareer/remark-config

Weekly Downloads

74

Version

0.1.0

License

MIT

Unpacked Size

4.72 kB

Total Files

5

Last publish

Collaborators

  • ondram
  • literat