mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-22 07:54:11 -05:00
Allow qualifying element with class in scss
This commit is contained in:
parent
52fb8cdd10
commit
2f6636cea4
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ linters:
|
|||
QualifyingElement:
|
||||
enabled: true
|
||||
allow_element_with_attribute: false
|
||||
allow_element_with_class: false
|
||||
allow_element_with_class: true
|
||||
allow_element_with_id: false
|
||||
|
||||
SelectorDepth:
|
||||
|
|
Loading…
Reference in a new issue