UNPKG

@stylelint/remark-preset

Version:

stylelint org's shareable preset for remark

28 lines (18 loc) 643 B
# @stylelint/remark-preset [![NPM version](https://img.shields.io/npm/v/@stylelint/remark-preset.svg)](https://www.npmjs.org/package/@stylelint/remark-preset) [![Build Status](https://github.com/stylelint/remark-preset/workflows/CI/badge.svg)](https://github.com/stylelint/remark-preset/actions) > stylelint org's shareable preset for remark. For consistent Markdown code across stylelint's repos. ## Installation ```console $ npm install @stylelint/remark-preset --save-dev ``` ## Usage Add this to your `package.json`: ```json { "remarkConfig": { "plugins": ["@stylelint/remark-preset"] } } ``` ## [Changelog](CHANGELOG.md)