aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-08 19:58:25 -0800
committerChris Rebert <[email protected]>2014-12-08 19:58:25 -0800
commit1e4f280b19cfb31c9df9bb01da3ab0526f8415a0 (patch)
tree31c08b3299ca29c28b72cfda3ba68c10a5ff0746
parent895be6efb07496f297aae71890eb1ddab2b5d727 (diff)
downloadbootstrap-1e4f280b19cfb31c9df9bb01da3ab0526f8415a0.tar.xz
bootstrap-1e4f280b19cfb31c9df9bb01da3ab0526f8415a0.zip
SCSS-Lint: disable arbitrary selector/nesting depth limits
-rw-r--r--scss/.scss-lint.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/scss/.scss-lint.yml b/scss/.scss-lint.yml
index 7c1ea7a44..e6210d4d8 100644
--- a/scss/.scss-lint.yml
+++ b/scss/.scss-lint.yml
@@ -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