config/default.yml in scss-lint-0.30.0 vs config/default.yml in scss-lint-0.31.0
- old
+ new
@@ -50,11 +50,11 @@
style: lowercase # or 'uppercase'
HexValidation:
enabled: true
- IdWithExtraneousSelector:
+ IdSelector:
enabled: true
ImportPath:
enabled: true
leading_underscore: false
@@ -73,10 +73,11 @@
enabled: true
force_nesting: true
NameFormat:
enabled: true
+ allow_leading_underscore: true
convention: hyphenated_lowercase # or 'BEM', or a regex pattern
NestingDepth:
enabled: true
max_depth: 3
@@ -92,12 +93,12 @@
enabled: true
extra_properties: []
QualifyingElement:
enabled: true
- allow_with_attribute: false
- allow_with_class: false
- allow_with_id: false
+ allow_element_with_attribute: false
+ allow_element_with_class: false
+ allow_element_with_id: false
SelectorDepth:
enabled: true
max_depth: 3