config/default.yml in scss-lint-0.33.0 vs config/default.yml in scss-lint-0.34.0
- old
+ new
@@ -8,14 +8,18 @@
space_before_bang: true
space_after_bang: false
BorderZero:
enabled: true
+ convention: zero # or `none`
ColorKeyword:
enabled: true
+ ColorVariable:
+ enabled: true
+
Comment:
enabled: true
DebugStatement:
enabled: true
@@ -53,17 +57,21 @@
enabled: true
IdSelector:
enabled: true
+ ImportantRule:
+ enabled: true
+
ImportPath:
enabled: true
leading_underscore: false
filename_extension: false
Indentation:
enabled: true
+ allow_non_nested_indentation: false
character: space # or 'tab'
width: 2
LeadingZero:
enabled: true
@@ -83,13 +91,19 @@
max_depth: 3
PlaceholderInExtend:
enabled: true
+ PropertyCount:
+ enabled: false
+ include_nested: false
+ max_properties: 10
+
PropertySortOrder:
enabled: true
ignore_unspecified: false
+ separate_groups: false
PropertySpelling:
enabled: true
extra_properties: []
@@ -127,11 +141,11 @@
SpaceAfterPropertyName:
enabled: true
SpaceBeforeBrace:
enabled: true
- style: space
+ style: space # or 'new_line'
allow_single_line_padding: false
SpaceBetweenParens:
enabled: true
spaces: 0
@@ -155,9 +169,13 @@
UrlFormat:
enabled: true
UrlQuotes:
enabled: true
+
+ VariableForProperty:
+ enabled: false
+ properties: []
VendorPrefixes:
enabled: true
identifier_list: base
include: []