Skip to content

Commit

Permalink
scss-lint配置更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri4ever committed Jun 4, 2015
1 parent 6a2df79 commit 5421a65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .scss-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ linters:
enabled: false

Comment:
enabled: true
enabled: false

DebugStatement:
enabled: true
Expand All @@ -37,7 +37,7 @@ linters:
style: same_line # or 'new_line'

EmptyLineBetweenBlocks:
enabled: true
enabled: false
ignore_single_line_blocks: false

EmptyRule:
Expand Down Expand Up @@ -70,7 +70,7 @@ linters:
filename_extension: false

Indentation:
enabled: true
enabled: false
allow_non_nested_indentation: false
character: space # or 'tab'
width: 4
Expand All @@ -89,7 +89,7 @@ linters:
convention: hyphenated_lowercase # or 'camel_case', or 'snake_case', or a regex pattern

NestingDepth:
enabled: true
enabled: false
max_depth: 5

PlaceholderInExtend:
Expand Down Expand Up @@ -130,8 +130,8 @@ linters:
allow_element_with_id: false

SelectorDepth:
enabled: true
max_depth: 4
enabled: false
max_depth: 5

SelectorFormat:
enabled: true
Expand All @@ -154,7 +154,7 @@ linters:

SpaceAfterPropertyColon:
enabled: true
style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned'
style: at_least_one_space # 'one_space', or 'no_space', or 'aligned'

SpaceAfterPropertyName:
enabled: true
Expand Down

0 comments on commit 5421a65

Please sign in to comment.