UNPKG

1.34 kBYAMLView Raw
1# Default application configuration that all configurations inherit from.
2linters:
3 BorderZero:
4 enabled: true
5
6 CapitalizationInSelector:
7 enabled: true
8
9 ColorKeyword:
10 enabled: true
11
12 Comment:
13 enabled: true
14
15 DebugStatement:
16 enabled: true
17
18 DeclarationOrder:
19 enabled: true
20
21 DuplicateProperty:
22 enabled: true
23
24 EmptyLineBetweenBlocks:
25 enabled: true
26
27 EmptyRule:
28 enabled: true
29
30 HexFormat:
31 enabled: true
32
33 IdWithExtraneousSelector:
34 enabled: true
35
36 Indentation:
37 enabled: true
38 width: 2
39
40 LeadingZero:
41 enabled: true
42
43 NameFormat:
44 enabled: true
45
46 PlaceholderInExtend:
47 enabled: true
48
49 PropertySortOrder:
50 enabled: true
51
52 PropertySpelling:
53 enabled: true
54 extra_properties: []
55
56 SelectorDepth:
57 enabled: true
58 max_depth: 3
59
60 Shorthand:
61 enabled: true
62
63 SingleLinePerSelector:
64 enabled: true
65
66 SpaceAfterComma:
67 enabled: true
68
69 SpaceAfterPropertyColon:
70 enabled: true
71
72 SpaceAfterPropertyName:
73 enabled: true
74
75 SpaceBeforeBrace:
76 enabled: true
77
78 SpaceBetweenParens:
79 enabled: true
80 spaces: 0
81
82 StringQuotes:
83 enabled: true
84 style: single_quotes # or double_quotes
85
86 TrailingSemicolonAfterPropertyValue:
87 enabled: true
88
89 UrlQuotes:
90 enabled: true
91
92 ZeroUnit:
93 enabled: true
94
95 Compass::*:
96 enabled: false
\No newline at end of file