-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sass-lint.yml
84 lines (82 loc) · 1.42 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Linter Options
options:
merge-default-rules: false
# File Options
files:
include: '**/*.s+(a|c)ss'
ignore: '_dist/**'
# Rule Configuration
rules:
brace-style:
-
allow-single-line: false
class-name-format:
- 2
-
convention: hyphenatedlowercase
allow-leading-underscore: false
empty-line-between-blocks:
- 2
- include: true
- allow-single-line-rulesets: false
extends-before-mixins: 1
extends-before-declarations: 2
indentation:
- 2
-
size: 2
leading-zero:
- 2
-
include: true
mixins-before-declarations:
- 2
-
exclude:
- breakpoint
- mq
no-mergeable-selectors:
- 1
-
exclude: []
no-color-keywords: 0
no-invalid-hex: 1
no-trailing-zero: 2
no-warn: 1
no-debug: 1
no-ids: 0
one-declaration-per-line: 2
# placeholder-in-extend: true
quotes:
- 1
-
style: single
shorthand-values:
- 1
- allowed-shortcuts: [1, 2, 3]
space-after-colon:
- 2
- include: true
space-after-comma:
- 2
- include: true
space-around-operator: 2
space-before-brace:
- 2
- include: true
trailing-semicolon:
- 2
- include: true
variable-for-property:
- 0
-
properties:
- color
- background-color
- border-color
variable-name-format:
- 1
- convention: hyphenatedlowercase
zero-unit:
- 1
- include: false