Untitled diff

Created Diff never expires
84 removals
194 lines
36 additions
148 lines
# SCSS DEFAULT CONFIG - Default application configuration that all configurations inherit from.
# HOUND
scss_files: "**/*.scss"
scss_files: "**/*.scss"
linters:
linters:
BangFormat:
BangFormat:
enabled: true
enabled: true
space_before_bang: true
space_before_bang: true
space_after_bang: false
space_after_bang: false
BorderZero:
BorderZero:
enabled: true
enabled: false
convention: zero # or `none`
convention: zero
ColorKeyword:
ColorKeyword:
enabled: true
enabled: true
severity: warning
ColorVariable:
ColorVariable:
enabled: true
enabled: true
Comment:
Comment:
enabled: true
enabled: true
DebugStatement:
DebugStatement:
enabled: true
enabled: true
DeclarationOrder:
DeclarationOrder:
enabled: true
enabled: true
DuplicateProperty:
DuplicateProperty:
enabled: true
enabled: true
ElsePlacement:
ElsePlacement:
enabled: true
enabled: true
style: same_line # or 'new_line'
style: same_line
EmptyLineBetweenBlocks:
EmptyLineBetweenBlocks:
enabled: true
enabled: true
ignore_single_line_blocks: true
ignore_single_line_blocks: true
EmptyRule:
EmptyRule:
enabled: true
enabled: true
FinalNewline:
FinalNewline:
enabled: true
enabled: true
present: true
present: true
HexLength:
HexLength:
enabled: true
enabled: false
style: short # or 'long'
style: short
HexNotation:
HexNotation:
enabled: true
enabled: true
style: lowercase # or 'uppercase'
style: lowercase
HexValidation:
HexValidation:
enabled: true
enabled: true
IdSelector:
IdSelector:
enabled: true
enabled: true
ImportantRule:
ImportantRule:
enabled: true
enabled: true
ImportPath:
ImportPath:
enabled: true
enabled: true
leading_underscore: false
leading_underscore: false
filename_extension: false
filename_extension: false
Indentation:
Indentation:
enabled: true
enabled: true
allow_non_nested_indentation: false
allow_non_nested_indentation: false
character: space # or 'tab'
character: space
width: 2
width: 2
LeadingZero:
LeadingZero:
enabled: true
enabled: true
style: exclude_zero # or 'include_zero'
style: include_zero
MergeableSelector:
MergeableSelector:
enabled: true
enabled: true
force_nesting: true
force_nesting: true
NameFormat:
NameFormat:
enabled: true
enabled: true
allow_leading_underscore: true
allow_leading_underscore: true
convention: hyphenated_lowercase # or 'BEM', or a regex pattern
convention: hyphenated_lowercase
NestingDepth:
NestingDepth:
enabled: true
enabled: true
max_depth: 3
max_depth: 4
severity: warning
PlaceholderInExtend:
PlaceholderInExtend:
enabled: true
enabled: false
PropertyCount:
PropertyCount:
enabled: false
enabled: true
include_nested: false
include_nested: false
max_properties: 10
max_properties: 10
PropertyUnits:
enabled: true
global: ['em', 'ex', '%', 'px', 'ch', 'cm', 'mm', 'in', 'pt', 'pc', 'rem', 'vh', 'vw', 'vmin', 'vmax']
properties: {}
PropertySortOrder:
PropertySortOrder:
enabled: true
enabled: true
ignore_unspecified: false
ignore_unspecified: false
severity: warning
separate_groups: false
separate_groups: false
PropertySpelling:
PropertySpelling:
enabled: true
enabled: true
extra_properties: []
extra_properties: []
QualifyingElement:
QualifyingElement:
enabled: true
enabled: true
allow_element_with_attribute: false
allow_element_with_attribute: false
allow_element_with_class: false
allow_element_with_class: false
allow_element_with_id: false
allow_element_with_id: false
severity: warning
SelectorDepth:
SelectorDepth:
enabled: true
enabled: true
max_depth: 3
max_depth: 2
severity: warning
SelectorFormat:
SelectorFormat:
enabled: true
enabled: true
convention: hyphenated_lowercase # or 'BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
convention: hyphenated_lowercase
Shorthand:
Shorthand:
enabled: true
enabled: true
severity: warning
SingleLinePerProperty:
SingleLinePerProperty:
enabled: true
enabled: true
allow_single_line_rule_sets: true
allow_single_line_rule_sets: true
SingleLinePerSelector:
SingleLinePerSelector:
enabled: true
enabled: true
SpaceAfterComma:
SpaceAfterComma:
enabled: true
enabled: true
SpaceAfterPropertyColon:
SpaceAfterPropertyColon:
enabled: true
enabled: true
style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned'
style: one_space
SpaceAfterPropertyName:
SpaceAfterPropertyName:
enabled: true
enabled: true
SpaceBeforeBrace:
SpaceBeforeBrace:
enabled: true
enabled: true
style: space # or 'new_line'
style: space
allow_single_line_padding: false
allow_single_line_padding: false
SpaceBetweenParens:
SpaceBetweenParens:
enabled: true
enabled: true
spaces: 0
spaces: 0
StringQuotes:
StringQuotes:
enabled: true
enabled: true
style: single_quotes # or double_quotes
style: double_quotes
TrailingSemicolon:
TrailingSemicolon:
enabled: true
enabled: true
TrailingZero:
TrailingZero:
enabled: false
enabled: false
UnnecessaryMantissa:
UnnecessaryMantissa:
enabled: true
enabled: true
UnnecessaryParentReference:
UnnecessaryParentReference:
enabled: true
enabled: true
UrlFormat:
UrlFormat:
enabled: true
enabled: true
UrlQuotes:
UrlQuotes:
enabled: true
enabled: true
VariableForProperty:
VariableForProperty:
enabled: false
enabled: false
properties: []
properties: []
VendorPrefixes:
VendorPrefix:
enabled: true
enabled: true
identifier_list: base
identifier_list: bourbon
additional_identifiers: []
include: []
excluded_identifiers: []
exclude: []
ZeroUnit:
ZeroUnit:
enabled: true
enabled: true
severity: warning
Compass::*:
Compass::PropertyWithMixin:
enabled: false
enabled: false