@primo/stylelint-config
v1.1.4
Published
Stylelint for Primo Design System
Downloads
5
Readme
@primo/stylelint-config
Stylelint configuration for Primo
Getting started
To install @primo/stylelint-config
in your project, you will need to run the
following command using npm:
npm install -S @primo/stylelint-config
If you prefer Yarn, use the following command instead:
yarn add @primo/stylelint-config
Usage
You can use @primo/stylelint-config
in your project by extending it in your
stylelint
configuration. For example, if we had an .stylelintrc
file:
{
"extends": ["@primo/stylelint-config"]
}
✍️ Feedback
Please ask any questions on this project, you can do so by creating a new issue. Or contributing to any active issues.
If you wish to get in contact, please don't hesitate via twitter @Rich_McCartney.
📝 Licence
Licensed under standard MIT license.