stylelint-config-patterning
v1.0.0
Published
A set of StyleLint rules for hogg.io projects.
Downloads
2
Readme
stylelint-config-react
A set of StyleLint rules for hogg.io projects.
Usage:
yarn add stylelint stylelint-config-patterning stylelint-order --dev
Extend the config in your .eslintrc
file.
{
"extends": "stylelint-config-patterning",
// Your overrides...
}