-
Notifications
You must be signed in to change notification settings - Fork 22
/
.stylelintrc.yml
48 lines (48 loc) · 1.43 KB
/
.stylelintrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
rules:
at-rule-empty-line-before:
- always
- except:
- blockless-after-blockless
at-rule-no-unknown: true
block-no-empty: true
color-function-notation: modern
color-hex-length: long
color-no-invalid-hex: true
comment-empty-line-before:
- always
- except:
- first-nested
comment-no-empty: true
comment-whitespace-inside: always
comment-word-disallowed-list:
- todo
declaration-block-no-shorthand-property-overrides: true
declaration-block-single-line-max-declarations: 1
declaration-no-important: true
font-family-name-quotes: always-unless-keyword
font-family-no-duplicate-names: true
function-calc-no-unspaced-operator: true
function-linear-gradient-no-nonstandard-direction: true
function-name-case: lower
function-url-no-scheme-relative: true
function-url-quotes: always
length-zero-no-unit: true
media-feature-name-no-unknown: true
no-empty-source: true
no-invalid-double-slash-comments: true
no-unknown-animations: true
number-max-precision: 2
property-no-unknown: true
rule-empty-line-before:
- always-multi-line
- except:
- first-nested
selector-attribute-quotes: always
selector-pseudo-class-no-unknown: true
selector-pseudo-element-colon-notation: double
selector-pseudo-element-no-unknown: true
selector-type-case: lower
selector-type-no-unknown: true
string-no-newline: true
unit-no-unknown: true
value-keyword-case: lower