1.0.3 • Published 8 years ago
stylelint-config-guild v1.0.3
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-beforeignoreselseandblockless-after-same-name-blocklessand hasexceptset tofirst-nested. See the docsblock-closing-brace-newline-afterignoresifandelseselector-list-comma-newline-afteris set toalways-multi-line- Use the
stylelint-scssat-rule-no-unknownrule instead of the corestylelintrule
Install
yarn add --dev stylelint stylelint-scss stylelint-config-guildUsage
Add this to your .stylelintrc file:
{
"extends": "stylelint-config-guild"
}