config/default.yml in scss-lint-0.16.1 vs config/default.yml in scss-lint-0.17.0

- old
+ new

@@ -77,10 +77,17 @@ SpaceBetweenParens: enabled: true spaces: 0 + StringQuotes: + enabled: true + style: single_quotes # or double_quotes + TrailingSemicolonAfterPropertyValue: + enabled: true + + UrlQuotes: enabled: true UsageName: enabled: true