-
Notifications
You must be signed in to change notification settings - Fork 73
/
.scss-lint.yml
85 lines (84 loc) · 1.58 KB
/
.scss-lint.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
linters:
BorderZero:
enabled: true
ColorKeyword:
enabled: true
Comment:
enabled: true
DebugStatement:
enabled: true
DeclarationOrder:
enabled: false
DuplicateProperty:
enabled: true
EmptyLineBetweenBlocks:
enabled: true
EmptyRule:
enabled: true
HexLength:
style: 'long'
HexValidation:
enabled: true
IdWithExtraneousSelector:
enabled: true
IdSelector:
enabled: false
Indentation:
enabled: true
LeadingZero:
enabled: false
MergeableSelector:
enabled: false
NameFormat:
enabled: true
NestingDepth:
max_depth: 5
PlacehodlerInExtend:
enabled: true
PropertySpelling:
enabled: true
extra_properties:
- text-size-adjust
QualifyingElement:
allow_element_with_class: true
allow_element_with_attribute: true
allow_element_with_id: true
SelectorDepth:
enabled: true
max_depth: 5
SelectorFormat:
convention: 'hyphenated_lowercase'
Shorthand:
enabled: true
SingleLinePerProperty:
enabled: true
SingleLinePerSelector:
enabled: true
SpaceAfterComma:
enabled: true
SpaceAfterPropertyColon:
enabled: true
SpaceAfterPropertyName:
enabled: true
SpaceBeforeBrace:
enabled: true
SpaceBetweenParens:
enabled: true
StringQuotes:
enabled: false
TrailingSemicolon:
enabled: true
TrailingZero:
enabled: true
UnnecessaryMantissa:
enabled: true
UnnecessaryParentReference:
enabled: true
UrlFormat:
enabled: true
UrlQuotes:
enabled: true
ZeroUnit:
enabeld: true
Compass::*:
enabled: false