2019-06-27 08:36:37 +02:00
|
|
|
extends: stylelint-config-standard
|
|
|
|
|
|
|
|
rules:
|
2020-02-07 18:09:30 +01:00
|
|
|
at-rule-empty-line-before: null
|
2019-06-27 08:36:37 +02:00
|
|
|
block-closing-brace-empty-line-before: null
|
|
|
|
color-hex-length: null
|
|
|
|
comment-empty-line-before: null
|
2020-09-08 19:17:56 +02:00
|
|
|
declaration-block-single-line-max-declarations: null
|
2019-06-27 08:36:37 +02:00
|
|
|
declaration-empty-line-before: null
|
2020-08-25 21:48:53 +02:00
|
|
|
indentation: 2
|
2019-06-27 08:36:37 +02:00
|
|
|
no-descending-specificity: null
|
2020-02-23 17:48:27 +01:00
|
|
|
number-leading-zero: never
|
2019-06-27 08:36:37 +02:00
|
|
|
rule-empty-line-before: null
|
2020-11-10 19:28:07 +01:00
|
|
|
selector-pseudo-element-colon-notation: double
|
2020-05-20 06:06:04 +02:00
|
|
|
shorthand-property-no-redundant-values: true
|