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