config/default.yml in scss-lint-0.36.1 vs config/default.yml in scss-lint-0.37.0
- old
+ new
@@ -82,11 +82,11 @@
force_nesting: true
NameFormat:
enabled: true
allow_leading_underscore: true
- convention: hyphenated_lowercase # or 'BEM', or a regex pattern
+ convention: hyphenated_lowercase # or 'camel_case', or 'snake_case', or a regex pattern
NestingDepth:
enabled: true
max_depth: 3
@@ -131,10 +131,10 @@
enabled: true
max_depth: 3
SelectorFormat:
enabled: true
- convention: hyphenated_lowercase # or 'BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
+ convention: hyphenated_lowercase # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
Shorthand:
enabled: true
SingleLinePerProperty: