stylelint-config-beyond
v4.0.0
Published
Beyonds shareable config for stylelint
Readme
stylelint-config-beyond
Beyond's postCSS stylelint configuration to enforce our internal coding standards.
Extends stylelint-config-standard configuration.
Turns on additional rules to enforce the common stylistic conventions found within a handful of CSS style guides, including:
To see the rules that this config uses, please read the config itself.
Installation
npm install stylelint-config-beyond --save-devUsage
If you've installed stylelint-config-beyond locally within your project,
create a new file in the root of your project .stylelintrc with these
contents:
{
"extends": "stylelint-config-beyond"
}