Commit 1e4f280b authored by Chris Rebert's avatar Chris Rebert

SCSS-Lint: disable arbitrary selector/nesting depth limits

parent 895be6ef
...@@ -77,8 +77,7 @@ linters: ...@@ -77,8 +77,7 @@ linters:
convention: hyphenated_lowercase # or 'BEM', or a regex pattern convention: hyphenated_lowercase # or 'BEM', or a regex pattern
NestingDepth: NestingDepth:
enabled: true enabled: false
max_depth: 3
PlaceholderInExtend: PlaceholderInExtend:
enabled: true enabled: true
...@@ -98,8 +97,7 @@ linters: ...@@ -98,8 +97,7 @@ linters:
allow_element_with_id: false allow_element_with_id: false
SelectorDepth: SelectorDepth:
enabled: true enabled: false
max_depth: 3
SelectorFormat: SelectorFormat:
enabled: true enabled: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment