forked from davidchin/react-input-range
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sass-lint.yml
More file actions
39 lines (39 loc) · 718 Bytes
/
.sass-lint.yml
File metadata and controls
39 lines (39 loc) · 718 Bytes
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
files:
include: './src/scss/**/*.scss'
options:
formatter: stylish
rules:
class-name-format:
- 2
- convention: hyphenatedbem
empty-line-between-blocks:
- 2
- ignore-single-line-rulesets: false
force-attribute-nesting: 0
force-element-nesting: 0
force-pseudo-nesting: 0
function-name-format: 2
hex-length:
- 2
- style: long
indentation:
- 2
- size: 2
leading-zero:
- 2
- include: true
mixin-name-format: 1
nesting-depth:
- 2
- max-depth: 2
no-ids: 2
no-important: 2
placeholder-name-format:
- 2
- convention: hyphenatedbem
quotes:
- 2
- style: single
variable-name-format:
- 2
- convention: hyphenatedlowercase