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