config/default.yml in scss-lint-0.22.0 vs config/default.yml in scss-lint-0.23.0
- old
+ new
@@ -19,10 +19,13 @@
enabled: true
DuplicateProperty:
enabled: true
+ DuplicateRoot:
+ enabled: true
+
EmptyLineBetweenBlocks:
enabled: true
ignore_single_line_blocks: true
EmptyRule:
@@ -90,9 +93,12 @@
StringQuotes:
enabled: true
style: single_quotes # or double_quotes
TrailingSemicolonAfterPropertyValue:
+ enabled: true
+
+ UnnecessaryMantissa:
enabled: true
UrlFormat:
enabled: true