-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsass-lint.yml
More file actions
55 lines (40 loc) · 870 Bytes
/
sass-lint.yml
File metadata and controls
55 lines (40 loc) · 870 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
43
44
45
46
47
48
49
50
51
52
53
54
55
files:
include: 'src/styles/**/*.s+(a|c)ss'
rules:
indentation:
- 2
-
size: 2
severity: error
linters:
BorderZero:
enabled: true
convention: zero
# BemDepth:
# enabled: true
# DeclarationOrder:
# enabled: false
# ExtendDirective:
# enabled: true
# LeadingZero:
# enabled: false
# NameFormat:
# enabled: true
# PrivateNamingConvention:
# enabled: true
# prefix: _
# PropertySortOrder:
# enabled: false
# QualifyingElement:
# enabled: false
# SelectorFormat:
# enabled: true
# convention: hyphenated_BEM
# class_convention: ^(?!js-).*
# class_convention_explanation: should not be written in the form js-*
# SingleLinePerProperty:
# enabled: true
# allow_single_line_rule_sets: false
# StringQuotes:
# enabled: true
# style: double_quotes