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