-
Notifications
You must be signed in to change notification settings - Fork 1
/
.scss-lint.yml
54 lines (52 loc) · 983 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
scss_files: 'app/assets/stylesheets/**/*.scss'
exclude:
- 'app/assets/stylesheets/application/bootstrap/*.scss'
linters:
BangFormat:
enabled: true
BorderZero:
enabled: true
ColorKeyword:
enabled: true
ColorVariable:
enabled: true
DeclarationOrder:
enabled: true
EmptyLineBetweenBlocks:
enabled: true
HexLength:
enabled: true
HexNotation:
enabled: true
IdSelector:
enabled: true
ImportantRule:
enabled: true
LeadingZero:
enabled: true
MergeableSelector:
enabled: true
NestingDepth:
enabled: true
PropertySortOrder:
enabled: true
PseudoElement:
enabled: false
QualifyingElement:
enabled: true
SelectorDepth:
enabled: true
SelectorFormat:
enabled: true
Shorthand:
enabled: true
SingleLinePerSelector:
enabled: true
SpaceAfterPropertyColon:
enabled: true
SpaceBeforeBrace:
enabled: true
StringQuotes:
enabled: true
ZeroUnit:
enabled: true