stylelint-config-guild
v1.0.3
Published
Guild CSS/SCSS style guide
Downloads
800
Readme
Guild Education CSS/SCSS Style
At Guild, our CSS/SCSS style is based on stylelint-config-standard with a few exceptions:
at-rule-empty-line-before
ignoreselse
andblockless-after-same-name-blockless
and hasexcept
set tofirst-nested
. See the docsblock-closing-brace-newline-after
ignoresif
andelse
selector-list-comma-newline-after
is set toalways-multi-line
- Use the
stylelint-scss
at-rule-no-unknown
rule instead of the corestylelint
rule
Install
yarn add --dev stylelint stylelint-scss stylelint-config-guild
Usage
Add this to your .stylelintrc file:
{
"extends": "stylelint-config-guild"
}