config/default.yml in scss_lint-0.42.2 vs config/default.yml in scss_lint-0.43.0
- old
+ new
@@ -19,18 +19,22 @@
BorderZero:
enabled: true
convention: zero # or `none`
+ ChainedClasses:
+ enabled: false
+
ColorKeyword:
enabled: true
ColorVariable:
enabled: true
Comment:
enabled: true
+ style: silent
DebugStatement:
enabled: true
DeclarationOrder:
@@ -121,10 +125,11 @@
separate_groups: false
PropertySpelling:
enabled: true
extra_properties: []
+ disabled_properties: []
PropertyUnits:
enabled: true
global: [
'ch', 'em', 'ex', 'rem', # Font-relative lengths
@@ -135,10 +140,13 @@
'Hz', 'kHz', # Frequency
'dpi', 'dpcm', 'dppx', # Resolution
'%'] # Other
properties: {}
+ PseudoElement:
+ enabled: true
+
QualifyingElement:
enabled: true
allow_element_with_attribute: false
allow_element_with_class: false
allow_element_with_id: false
@@ -176,10 +184,10 @@
SpaceAfterVariableName:
enabled: true
SpaceAroundOperator:
enabled: true
- style: one_space # or 'no_space'
+ style: one_space # or 'at_least_one_space', or 'no_space'
SpaceBeforeBrace:
enabled: true
style: space # or 'new_line'
allow_single_line_padding: false