stylelint-config-jam3
v0.1.9
Published
Jam3 shareable config for stylelint
Downloads
196
Readme
stylelint-config-jam3
The Jam3 shareable config for stylelint.
Installation
npm install --save-dev stylelint-config-jam3
Usage
Once installed stylelint-config-jam3
add it in your extends
section of your Stylelint configuration
{
"extends": "stylelint-config-jam3",
"rules": {
// ...
}
}
Contributing
Please ensure you read CODE_OF_CONDUCT and CODE_REVIEW before start contributing