config/default.yml in scss-lint-0.28.0 vs config/default.yml in scss-lint-0.29.0

- old
+ new

@@ -1,13 +1,10 @@ # Default application configuration that all configurations inherit from. linters: BorderZero: enabled: true - CapitalizationInSelector: - enabled: true - ColorKeyword: enabled: true Comment: enabled: true @@ -80,10 +77,14 @@ SelectorDepth: enabled: true max_depth: 3 + SelectorFormat: + enabled: true + convention: hyphenated_lowercase # or 'snake_case', or 'camel_case', or a regex pattern + Shorthand: enabled: true SingleLinePerProperty: enabled: true @@ -114,9 +115,12 @@ enabled: true style: single_quotes # or double_quotes TrailingSemicolon: enabled: true + + TrailingZero: + enabled: false UnnecessaryMantissa: enabled: true UnnecessaryParentReference: