mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #18395 from twbs/scsslint-pseudo-elems
SCSS Lint: explicitly enable PseudoElement check
This commit is contained in:
commit
e94891fe24
1 changed files with 3 additions and 0 deletions
|
@ -381,6 +381,9 @@ linters:
|
||||||
enabled: true
|
enabled: true
|
||||||
extra_properties: []
|
extra_properties: []
|
||||||
|
|
||||||
|
PseudoElement:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
QualifyingElement:
|
QualifyingElement:
|
||||||
enabled: false
|
enabled: false
|
||||||
allow_element_with_attribute: false
|
allow_element_with_attribute: false
|
||||||
|
|
Loading…
Reference in a new issue