forked from honestbleeps/Reddit-Enhancement-Suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scss-lint.yml
56 lines (39 loc) · 844 Bytes
/
.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
# Inherits from default config
# https://github.com/brigade/scss-lint/blob/master/config/default.yml
linters:
Indentation:
character: tab
width: 1
PropertySortOrder:
order: smacss
enabled: false
Comment:
allowed: '^[/*]*.*license'
Shorthand:
allowed_shorthands: [1, 2]
BorderZero:
convention: none
SelectorDepth:
enabled: false
NestingDepth:
enabled: false
# Linters below are temporarily disabled/loosened
QualifyingElement:
allow_element_with_class: true
allow_element_with_attribute: true
IdSelector:
enabled: false
SelectorFormat:
enabled: false
ImportantRule:
enabled: false
ColorVariable:
enabled: false
ColorKeyword:
enabled: false
HexLength:
enabled: false
HexNotation:
enabled: false
UrlFormat:
enabled: false