forked from greghub/funnel-graph-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sass-lint.yml
46 lines (45 loc) · 1011 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
45
46
# sass-lint config generated by make-sass-lint-config v0.1.2
# original src: https://github.com/airbnb/css/blob/master/.scss-lint.yml
#
# The following scss-lint Linters are not yet supported by sass-lint:
# PrivateNamingConvention
options:
formatter: stylish
rules:
indentation:
- 'tab'
- size: 'tab'
bem-depth: 1
border-zero:
- 1
- convention: zero
brace-style:
- 1
- allow-single-line: false
class-name-format:
- 1
- convention: ^(?!js-).*
convention-explanation: should not be written in the form js-*
extends-before-declarations: 0
extends-before-mixins: 0
function-name-format: 1
id-name-format:
- 1
- convention: hyphenatedbem
leading-zero: 0
mixin-name-format: 1
mixins-before-declarations: 0
no-extends: 1
no-qualifying-elements: 0
placeholder-name-format:
- 1
- convention: hyphenatedbem
property-sort-order: 0
quotes:
- 1
- style: double
variable-name-format: 1
nesting-depth:
- 0
no-url-domains: 0
no-url-protocols: 0