forked from kalamuna/drupal-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sass-lint.yml
More file actions
42 lines (40 loc) · 789 Bytes
/
.sass-lint.yml
File metadata and controls
42 lines (40 loc) · 789 Bytes
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
#########################
## Sass Lint File
#########################
# File Options
files:
include: 'src/**/*.s+(a|c)ss'
ignore:
- 'assets/vendor/**/*.*'
- 'node_modules/**/*.*'
- 'bower_components/**/*.*'
# Rule Configuration
rules:
placeholder-in-extend: 0
no-css-comments: 0
leading-zero:
- 1
- include: true
nesting-depth:
- 1
- max-depth: 5
border-zero:
- 1
- convention: none
no-ids: 0
force-element-nesting: 0
property-sort-order:
- 1
- order: smaccs
class-name-format:
- 1
- convention: hyphenatedbem
variable-name-format:
- 0
placeholder-name-format:
- 1
- convention: hyphenatedbem
force-attribute-nesting: 0
no-qualifying-elements:
- 1
- allow-element-with-attribute: true