2019-06-27 14:36:37 +08:00
|
|
|
extends: stylelint-config-standard
|
|
|
|
|
2020-02-08 01:09:30 +08:00
|
|
|
ignoreFiles:
|
|
|
|
- web_src/less/vendor/**/*
|
|
|
|
|
2019-06-27 14:36:37 +08:00
|
|
|
rules:
|
2020-02-08 01:09:30 +08:00
|
|
|
at-rule-empty-line-before: null
|
2019-06-27 14:36:37 +08:00
|
|
|
block-closing-brace-empty-line-before: null
|
|
|
|
color-hex-length: null
|
|
|
|
comment-empty-line-before: null
|
|
|
|
declaration-empty-line-before: null
|
|
|
|
indentation: 4
|
|
|
|
no-descending-specificity: null
|
2020-02-24 00:48:27 +08:00
|
|
|
number-leading-zero: never
|
2019-06-27 14:36:37 +08:00
|
|
|
rule-empty-line-before: null
|
|
|
|
selector-pseudo-element-colon-notation: null
|
2020-05-20 12:06:04 +08:00
|
|
|
shorthand-property-no-redundant-values: true
|