-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sass-lint.yml
50 lines (50 loc) · 994 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
47
48
49
50
#########################
## Sass Lint Config
#########################
# Linter Options
options:
# Don't merge default rules
merge-default-rules: false
# Raise an error if more than 50 warnings are generated
max-warnings: 200
# File Options
files:
include: 'assets/components/**/*.s+(a|c)ss'
ignore:
- 'node_modules/**/*.*'
- 'assets/components/design/*.s+(a|c)ss'
- 'assets/components/legacy/**/*.*'
# Rule Configuration
rules:
extends-before-mixins: 2
extends-before-declarations: 2
placeholder-in-extend: 2
mixins-before-declarations:
- 2
-
exclude:
- breakpoint
- mq
- respond-to
- link
- link-hover
- breakpoint-loop
- trim
- inverse
indentation:
- 4
-
size: 4
no-debug: 1
no-ids: 1
no-important: 1
hex-notation:
- 2
-
style: uppercase
# variable-for-property:
# - 1
# -
# properties:
# - margin
# - content