forked from wet-boew/wet-boew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sass-lint.yml
44 lines (44 loc) · 875 Bytes
/
.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
options:
formatter: stylish
merge-default-rules: false
rules:
class-name-format: 0
final-newline: 2
function-name-format: 0
id-name-format: 0
indentation:
- 2
- size: tab
leading-zero: 2
mixin-name-format: 0
nesting-depth: 0
no-color-literals: 0
no-css-comments: 0
no-duplicate-properties:
- 2
- exclude:
- background
- border
- border-left
- border-right
- border-top
- border-bottom
- cursor
- list-style-type
no-empty-rulesets: 2
no-ids: 0
no-important: 0
no-misspelled-properties:
- 2
-
'extra-properties':
- 'overflow-scrolling'
no-url-protocols: 1
no-trailing-whitespace: 2
placeholder-name-format: 0
property-sort-order: 2
quotes:
- 2
- style: double
space-before-bang: 2
variable-name-format: 0