forked from pypi/warehouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sass-lint.yml
54 lines (52 loc) · 1.13 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
files:
include:
- 'warehouse/static/sass/**/*'
ignore:
- 'warehouse/static/sass/tools/bourbon/**/*'
- 'warehouse/static/sass/tools/neat/**/*'
options:
merge-default-rules: false
rules:
attribute-quotes: 2
bem-depth: 2
border-zero:
- 2
- convention: '0'
brace-style:
- 2
- allow-single-line: false
class-name-format:
- 2
- convention: ^(?!js-).*
convention-explanation: should not be written in the form js-*
clean-import-paths: 2
declarations-before-nesting: 2
empty-args: 2
empty-line-between-blocks: 2
extends-before-declarations: 2
extends-before-mixins: 2
final-newline: 2
function-name-format: 2
id-name-format:
- 2
- convention: hyphenatedbem
indentation:
- 2
- size: 2
mixin-name-format: 2
no-duplicate-properties: 2
no-empty-rulesets: 2
no-extends: 2
no-misspelled-properties: 2
one-declaration-per-line: 2
placeholder-name-format:
- 2
- convention: hyphenatedbem
quotes:
- 2
- style: double
single-line-per-selector: 2
space-after-comma: 2
space-after-colon: 2
space-before-brace: 2
variable-name-format: 2