You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
968 B
33 lines
968 B
5 years ago
|
extends: stylelint-config-standard
|
||
|
|
||
3 years ago
|
overrides:
|
||
|
- files: ["**/*.less"]
|
||
|
customSyntax: postcss-less
|
||
|
|
||
5 years ago
|
rules:
|
||
3 years ago
|
alpha-value-notation: null
|
||
5 years ago
|
at-rule-empty-line-before: null
|
||
5 years ago
|
block-closing-brace-empty-line-before: null
|
||
3 years ago
|
color-function-notation: null
|
||
5 years ago
|
color-hex-length: null
|
||
|
comment-empty-line-before: null
|
||
3 years ago
|
declaration-block-no-redundant-longhand-properties: null
|
||
4 years ago
|
declaration-block-single-line-max-declarations: null
|
||
5 years ago
|
declaration-empty-line-before: null
|
||
3 years ago
|
function-no-unknown: null
|
||
3 years ago
|
hue-degree-notation: null
|
||
4 years ago
|
indentation: 2
|
||
3 years ago
|
max-line-length: null
|
||
5 years ago
|
no-descending-specificity: null
|
||
3 years ago
|
no-invalid-position-at-import-rule: null
|
||
5 years ago
|
number-leading-zero: never
|
||
3 years ago
|
number-max-precision: null
|
||
|
property-no-vendor-prefix: null
|
||
5 years ago
|
rule-empty-line-before: null
|
||
3 years ago
|
selector-class-pattern: null
|
||
|
selector-id-pattern: null
|
||
4 years ago
|
selector-pseudo-element-colon-notation: double
|
||
5 years ago
|
shorthand-property-no-redundant-values: true
|
||
3 years ago
|
string-quotes: null
|
||
|
value-no-vendor-prefix: null
|