-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sass-lint.yml
63 lines (61 loc) · 1.27 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
# docs: https://github.com/sasstools/sass-lint
# rules: https://github.com/sasstools/sass-lint/tree/master/docs/rules
# Get the default of this file which will contain any new rules: https://github.com/sasstools/sass-lint/blob/master/docs/sass-lint.yml
options:
formatter: stylish
merge-default-rules: false
rules:
bem-depth:
- 1
- max-depth: 2
class-name-format:
- 1
- convention: hyphenatedbem
empty-line-between-blocks:
- 1
- include: true
indentation:
- 1
- size: 2
final-newline: true
mixins-before-declarations: 0
nesting-depth:
- 1
- max-depth: 4
no-css-comments: 0
no-duplicate-properties:
- 1
-
exclude:
- src
no-extends: 2
no-ids: 1
no-important: 2
no-misspelled-properties:
- 1
no-vendor-prefixes: 1
placeholder-in-extend: 2
property-sort-order:
- 1
- order: concentric
# see: http://rhodesmill.org/brandon/2011/concentric-css/
quotes:
- 0
- style: single
space-after-colon:
- 1
- include: true
space-after-comma: 1
space-before-bang:
- 1
- include: true
space-before-brace:
- 1
- include: true
space-before-colon: 1
space-between-parens:
- 1
- include: false
trailing-semicolon: 1
url-quotes: 1
zero-unit: 1