forked from britecharts/britecharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sass-lint.yml
57 lines (56 loc) · 1.34 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
57
#########################
## Sass Lint File for Britecharts
#########################
## Example: https://github.com/sasstools/sass-lint/blob/master/docs/sass-lint.yml
## Convert from scss-lint: http://sasstools.github.io/make-sass-lint-config/
#########################
files:
include: '**/*.s+(a|c)ss'
options:
formatter: stylish
merge-default-rules: false
rules:
border-zero: 0
class-name-format: 0
clean-import-paths: 0
empty-line-between-blocks: 0
extends-before-declarations: 1
extends-before-mixins: 1
final-newline: 1
function-name-format: 0
hex-length: 0
hex-notation: 0
id-name-format: 0
indentation:
- 1
- size: 4
leading-zero: 0
mixin-name-format: 0
mixins-before-declarations: 1
nesting-depth: 0
no-color-keywords: 0
no-color-literals: 0
no-css-comments: 0
no-duplicate-properties: 0
no-important: 0
no-mergeable-selectors: 0
no-misspelled-properties: 0
no-qualifying-elements: 0
no-trailing-zero: 0
no-url-protocols: 0
no-vendor-prefixes: 0
placeholder-in-extend: 0
placeholder-name-format: 0
property-sort-order: 0
quotes: 0
shorthand-values: 0
single-line-per-selector: 0
space-after-colon: 1
space-after-comma: 1
space-before-brace: 1
space-before-colon: 1
space-between-parens: 1
trailing-semicolon: 1
url-quotes: 0
variable-name-format: 0
zero-unit: 0