config/default.yml in scss-lint-0.23.1 vs config/default.yml in scss-lint-0.24.0

- old
+ new

@@ -19,13 +19,10 @@ enabled: true DuplicateProperty: enabled: true - DuplicateRoot: - enabled: true - EmptyLineBetweenBlocks: enabled: true ignore_single_line_blocks: true EmptyRule: @@ -33,22 +30,34 @@ FinalNewline: enabled: true present: true - HexFormat: + HexLength: enabled: true + style: short # or 'long' + HexNotation: + enabled: true + style: lowercase # or 'uppercase' + + HexValidation: + enabled: true + IdWithExtraneousSelector: enabled: true Indentation: enabled: true width: 2 LeadingZero: enabled: true style: exclude_zero # or 'include_zero' + + MergeableSelector: + enabled: true + force_nesting: true NameFormat: enabled: true convention: hyphenated_lowercase # or 'BEM', or a regex pattern