-
Notifications
You must be signed in to change notification settings - Fork 13
/
.sass-lint.yml
56 lines (55 loc) · 1.2 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
# sass-lint config generated by make-sass-lint-config v0.1.2
#
# The following scss-lint Linters are not yet supported by sass-lint:
# ElsePlacement, SelectorDepth
#
# The following settings/values are unsupported by sass-lint:
# Linter Indentation, option "character"
files:
include: '**/*.scss'
ignore:
- 'bower_components/**/*'
- 'node_modules/**/*'
- 'vendors/**/*'
- '*/vendors/**/*'
options:
formatter: stylish
merge-default-rules: false
rules:
class-name-format:
- 0
- convention: strictbem
empty-line-between-blocks: 0
extends-before-declarations: 0
extends-before-mixins: 0
function-name-format: 0
id-name-format:
- 0
- convention: strictbem
indentation:
- 1
- size: 2
leading-zero:
- 1
- include: true
mixin-name-format: 0
mixins-before-declarations: 0
nesting-depth:
- 1
- max-depth: 4
no-color-keywords: 0
no-color-literals: 0
no-ids: 0
no-important: 0
no-mergeable-selectors: 0
no-qualifying-elements: 0
placeholder-in-extend: 0
placeholder-name-format:
- 0
- convention: strictbem
property-sort-order: 0
quotes:
- 1
- style: double
single-line-per-selector: 0
variable-name-format: 0