config/default.yml in scss-lint-0.37.0 vs config/default.yml in scss-lint-0.38.0

- old
+ new

@@ -113,10 +113,11 @@ properties: {} PropertySortOrder: enabled: true ignore_unspecified: false + min_properties: 2 separate_groups: false PropertySpelling: enabled: true extra_properties: [] @@ -135,9 +136,10 @@ enabled: true convention: hyphenated_lowercase # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern Shorthand: enabled: true + allowed_shorthands: [1, 2, 3] SingleLinePerProperty: enabled: true allow_single_line_rule_sets: true