-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.scss-lint.yml
More file actions
52 lines (39 loc) · 847 Bytes
/
.scss-lint.yml
File metadata and controls
52 lines (39 loc) · 847 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
46
47
48
49
50
51
52
linters:
BorderZero:
enabled: true
convention: none
BemDepth:
enabled: true
Comment:
enabled: false
style: silent
DeclarationOrder:
enabled: false
Indentation:
enabled: true
allow_non_nested_indentation: false
character: tab
width: 1
LeadingZero:
enabled: false
NestingDepth:
enabled: true
max_depth: 6
ignore_parent_selectors: false
PropertySortOrder:
enabled: false
QualifyingElement:
enabled: false
SelectorDepth:
max_depth: 6
SelectorFormat:
enabled: true
convention: hyphenated_BEM
class_convention: ^(?!js-).*
class_convention_explanation: should not be written in the form js-*
SingleLinePerProperty:
enabled: true
allow_single_line_rule_sets: false
StringQuotes:
enabled: true
style: double_quotes