-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scss-lint.yml
executable file
·41 lines (29 loc) · 978 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
#https://github.com/brigade/scss-lint/blob/master/lib/scss_lint/linter/README.md#propertysortorder
#https://github.com/brigade/scss-lint/blob/master/data/property-sort-orders/concentric.txt
# Default severity of all linters.
severity: error
linters:
Comment:
enabled: true
style: silent
ImportantRule: # in new projects, set to true. now to overwrite foundation
enabled: false
LeadingZero:
enabled: true
style: include_zero # or 'exclude_zero'
NestingDepth: #set to true in new project -> ues BEM
enabled: false
PlaceholderInExtend: #set to true in new project
enabled: false
PropertySortOrder:
enabled: true
order: concentric
separate_groups: false
QualifyingElement: #set to true in new project
enabled: false
SelectorDepth: #set to true in new project -> use BEM
enabled: false
SelectorFormat: #set to true in new project -> use BEM
enabled: false
TrailingWhitespace:
enabled: false