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