-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sass-lint.yml
64 lines (53 loc) · 1.03 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
options:
formatter: stylish
merge-default-rules: false
files:
include: 'src/blocks/**/*.s+(a|c)ss'
rules:
#Documantation: https://github.com/sasstools/sass-lint/tree/develop/docs/rules
bem-depth:
- 1
- max-depth: '1'
class-name-format:
- 1
- convention: strictbem
border-zero:
- 1
- convention: '0'
nesting-depth:
- 1
- max-depth: 2
no-css-comments: 1
no-duplicate-properties: 1
no-empty-rulesets: 1
no-extends: 1
no-ids: 1
no-invalid-hex: 1
no-mergeable-selectors: 1
no-misspelled-properties: 1
no-universal-selectors: 1
one-declaration-per-line: 1
space-after-comma: 1
space-around-operator: 1
space-before-bang:
- 1
- include: true
space-before-brace:
- 1
- include: true
space-before-colon:
- 1
- include: false
space-between-parens:
- 1
- include: false
trailing-semicolon:
- 1
- include: true
url-quotes: 1
variable-name-format:
- 1
- convention: strictbem
zero-unit:
- 0
- include: false