2 "extends": "stylelint-config-standard",
6 "ignoreFiles": ["private/css/lib/*.css"],
8 "color-hex-length": null,
9 "comment-empty-line-before": null,
10 "comment-whitespace-inside": null,
11 "function-name-case": null,
12 "length-zero-no-unit": null,
13 "no-descending-specificity": null,
14 "order/properties-alphabetical-order": true,
15 "selector-class-pattern": null,
16 "selector-id-pattern": null,
17 "value-keyword-case": null