Files
Atay-Makhzan/.stylelintrc
T

32 lines
940 B
YAML
Raw Normal View History

2019-06-27 08:36:37 +02:00
extends: stylelint-config-standard
2021-11-11 02:52:16 +01:00
overrides:
- files: ["**/*.less"]
customSyntax: postcss-less
2019-06-27 08:36:37 +02:00
rules:
2021-11-11 02:52:16 +01:00
alpha-value-notation: null
at-rule-empty-line-before: null
2019-06-27 08:36:37 +02:00
block-closing-brace-empty-line-before: null
2021-11-11 02:52:16 +01:00
color-function-notation: null
2019-06-27 08:36:37 +02:00
color-hex-length: null
comment-empty-line-before: null
2021-11-11 02:52:16 +01:00
declaration-block-no-redundant-longhand-properties: null
declaration-block-single-line-max-declarations: null
2019-06-27 08:36:37 +02:00
declaration-empty-line-before: null
2021-11-11 02:52:16 +01:00
hue-degree-notation: null
2020-08-25 21:48:53 +02:00
indentation: 2
2021-11-11 02:52:16 +01:00
max-line-length: null
2019-06-27 08:36:37 +02:00
no-descending-specificity: null
2021-11-11 02:52:16 +01:00
no-invalid-position-at-import-rule: null
2020-02-23 17:48:27 +01:00
number-leading-zero: never
2021-11-11 02:52:16 +01:00
number-max-precision: null
property-no-vendor-prefix: null
2019-06-27 08:36:37 +02:00
rule-empty-line-before: null
2021-11-11 02:52:16 +01:00
selector-class-pattern: null
selector-id-pattern: null
selector-pseudo-element-colon-notation: double
shorthand-property-no-redundant-values: true
2021-11-11 02:52:16 +01:00
string-quotes: null
value-no-vendor-prefix: null