forked from ocf/ocfweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.scss-lint.yml
More file actions
45 lines (32 loc) · 738 Bytes
/
.scss-lint.yml
File metadata and controls
45 lines (32 loc) · 738 Bytes
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
linters:
LeadingZero:
style: include_zero
NestingDepth:
enabled: false
SelectorDepth:
enabled: false
ColorVariable:
enabled: false
PlaceholderInExtend:
enabled: false
# why does anyone think this is a good idea?
PropertySortOrder:
enabled: false
Indentation:
enabled: true
width: 4
ColorKeyword:
enabled: false
# don't want to force using `//` comments everywhere
Comment:
enabled: false
SingleLinePerSelector:
enabled: false
HexLength:
enabled: false
HexNotation:
enabled: false
ImportantRule:
enabled: false
SelectorFormat:
enabled: false