mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Increase the maximum nesting
This commit is contained in:
parent
169b0d6ef2
commit
da9a991adf
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ linters:
|
||||||
|
|
||||||
NestingDepth:
|
NestingDepth:
|
||||||
enabled: true
|
enabled: true
|
||||||
max_depth: 8
|
max_depth: 10
|
||||||
ignore_parent_selectors: false
|
ignore_parent_selectors: false
|
||||||
|
|
||||||
PlaceholderInExtend:
|
PlaceholderInExtend:
|
||||||
|
|
Loading…
Reference in a new issue