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