forked from dpc-sdp/ripple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sass-lint.yml
42 lines (42 loc) · 844 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
options:
merge-default-rules: true
formatter: stylish
# File Options
files:
include:
- 'packages/**/*.scss'
- 'examples/**/*.scss'
exclude:
- 'node_modules/**/*.scss'
- 'packages/**/node_modules/**/*.scss'
- 'examples/**/node_modules/**/*.scss'
# Rule Configuration
rules:
indentation:
- 1
-
size: 2
mixin-name-format:
- 1
- allow-leading-underscore: true
convention: snakecase
mixins-before-declarations:
- 1
-
exclude:
- rpl_breakpoint
- rpl_breakpoint_down
- rpl_breakpoint_between
- rpl_print
variable-name-format:
- 1
-
allow-leading-underscore: true
class-name-format:
- 1
-
convention: hyphenatedbem
nesting-depth: 0
placeholder-in-extend: 0
property-sort-order: 0
function-name-format: 0