diff options
author | 2018-06-12 13:43:46 +0100 | |
---|---|---|
committer | 2018-06-12 13:43:46 +0100 | |
commit | b5b339cdfde254367eccd49d296178314a159ba7 (patch) | |
tree | d9b4d463bb3738bd5b561dd08a4313d40fb76308 /.scss-lint.yml | |
parent | Merge branch 'log-dir' into 'master' (diff) |
[Jams] Approvals interface
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml index dc53c5d4..b6bcde49 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -11,6 +11,8 @@ linters: enabled: false NameFormat: convention: "snake_case" + NestingDepth: + max_depth: 4 SelectorDepth: max_depth: 4 StringQuotes: |