-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sass-lint.yml
55 lines (55 loc) · 1.04 KB
/
.sass-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
files:
include: '**/*.s+(a|c)ss'
ignore:
- 'node_modules/**/*.*'
options:
formatter: stylish
merge-default-rules: false
rules:
bem-depth:
- 1
- max-depth: 2
border-zero:
- 1
- convention: zero
brace-style:
- 1
- allow-single-line: false
empty-line-between-blocks:
- 1
- ignore-single-line-rulesets: true
extends-before-declarations: 0
extends-before-mixins: 0
function-name-format: 1
id-name-format:
- 1
- convention: hyphenatedbem
leading-zero: 0
mixin-name-format: 1
mixins-before-declarations: 0
no-color-literals: 1
no-empty-rulesets: 1
no-extends: 0
no-qualifying-elements: 0
placeholder-name-format:
- 1
- convention: hyphenatedbem
property-sort-order:
- 1
- order: concentric
quotes:
- 1
- style: single
single-line-per-selector: 0
space-after-colon:
- 1
- include: true
space-after-comma:
- 1
- include: true
space-before-brace:
- 1
- include: true
variable-for-property:
- 1
variable-name-format: 1