@stylelint/remark-preset

stylelint org's shareable preset for remark

Usage no npm install needed!

<script type="module">
  import stylelintRemarkPreset from 'https://cdn.skypack.dev/@stylelint/remark-preset';
</script>

README

@stylelint/remark-preset

NPM version Build Status

stylelint org's shareable preset for remark.

For consistent Markdown code across stylelint's repos.

Installation

$ npm install @stylelint/remark-preset --save-dev

Usage

Add this to your package.json:

{
  "remarkConfig": {
    "plugins": ["@stylelint/remark-preset"]
  }
}

Changelog