forked from SnowdogApps/magento2-alpaca-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sass-lint.yml
45 lines (44 loc) · 826 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
# Linter Options
options:
merge-default-rules: false
# Rule Configuration
rules:
brace-style:
- 2
-
style: 'stroustrup'
clean-import-paths: 2
extends-before-declarations: 2
extends-before-mixins: 2
final-newline: 2
indentation:
- 2
-
size: 4
leading-zero:
- 2
-
include: true
no-css-comments: 2
no-debug: 1
no-empty-rulesets: 2
no-ids: 1
no-important: 1
no-invalid-hex: 2
no-misspelled-properties:
- 2
-
extra-properties:
- 'touch-callout'
- 'overflow-scrolling'
no-vendor-prefixes: 1
no-warn: 1
one-declaration-per-line: 2
single-line-per-selector: 2
space-after-colon: 2
space-after-comma: 2
space-around-operator: 2
space-before-bang: 2
space-before-brace: 2
trailing-semicolon: 2
zero-unit: 2