mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 23:10:59 +00:00
SCSS-Lint: disable arbitrary selector/nesting depth limits
This commit is contained in:
parent
895be6efb0
commit
1e4f280b19
1 changed files with 2 additions and 4 deletions
|
|
@ -77,8 +77,7 @@ linters:
|
|||
convention: hyphenated_lowercase # or 'BEM', or a regex pattern
|
||||
|
||||
NestingDepth:
|
||||
enabled: true
|
||||
max_depth: 3
|
||||
enabled: false
|
||||
|
||||
PlaceholderInExtend:
|
||||
enabled: true
|
||||
|
|
@ -98,8 +97,7 @@ linters:
|
|||
allow_element_with_id: false
|
||||
|
||||
SelectorDepth:
|
||||
enabled: true
|
||||
max_depth: 3
|
||||
enabled: false
|
||||
|
||||
SelectorFormat:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue