magnolia-frontend-scripts
Version:
collection of gulp-scripts for building magnolia frontends
49 lines • 1.3 kB
Plain Text
{
"options": {
"merge-default-rules": false,
"formatter": "stylish",
"max-warnings": 50
},
"rules": {
"extends-before-mixins": 1,
"extends-before-declarations": 1,
"no-empty-rulesets": 1,
"indentation": [1, "size": 2],
"name-format": 0,
"nesting-depth": 0,
"property-spelling": 0,
"shorthand": 0,
"one-declaration-per-line": 1,
"single-line-per-selector": 1,
"space-after-comma": 1,
"space-before-colon": 1,
"space-before-brace": 1,
"space-between-parens": 1,
"trailing-semicolon": 1,
"quotes": 0,
"property-sort-order": 0,
"space-after-colon": 1,
"no-css-comments": 0,
"no-vendor-prefixes": 0,
"mixins-before-declarations": 0,
"final-newline": 0,
"empty-args": 0,
"no-duplicate-properties": 0,
"class-name-format": 0,
"leading-zero": 0,
"no-important": 0,
"no-misspelled-properties": 0,
"force-attribute-nesting": 0,
"no-qualifying-elements": 0,
"no-color-literals": 0,
"hex-notation": 0,
"mixin-name-format": 0,
"force-pseudo-nesting": 0,
"force-element-nesting": 0,
"empty-line-between-blocks": 1,
"no-ids": 0,
"no-warn": 0,
"no-debug": 0,
"placeholder-in-extend": 0
}
}