1 # Default application configuration that all configurations inherit from.
3 scss_files: "**/*.scss"
4 plugin_directories: ['.scss-linters']
6 # List of gem names to load custom linters from (make sure they are already
10 # Default severity of all linters.
16 space_before_bang: true
17 space_after_bang: false
25 convention: zero # or `none`
54 style: same_line # or 'new_line'
56 EmptyLineBetweenBlocks:
58 ignore_single_line_blocks: true
72 style: short # or 'long'
76 style: uppercase # or 'lowercase'
89 leading_underscore: false
90 filename_extension: false
94 allow_non_nested_indentation: false
95 character: space # or 'tab'
100 style: exclude_zero # or 'include_zero'
108 allow_leading_underscore: true
109 convention: hyphenated_lowercase # or 'camel_case', or 'snake_case', or a regex pattern
114 ignore_parent_selectors: false
119 PrivateNamingConvention:
125 include_nested: false
130 ignore_unspecified: false
132 separate_groups: false
137 disabled_properties: []
144 allow_element_with_attribute: false
145 allow_element_with_class: false
146 allow_element_with_id: false
154 convention: hyphenated_lowercase # or 'classic_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
158 allowed_shorthands: [1, 2, 3, 4]
160 SingleLinePerProperty:
162 allow_single_line_rule_sets: false
164 SingleLinePerSelector:
169 style: one_space # or 'no_space', or 'at_least_one_space'
173 style: one_space # or 'no_space', or 'at_least_one_space'
174 allow_empty_comments: true
176 SpaceAfterPropertyColon:
178 style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned'
180 SpaceAfterPropertyName:
183 SpaceAfterVariableColon:
185 style: one_space # or 'no_space', 'at_least_one_space' or 'one_space_or_newline'
187 SpaceAfterVariableName:
192 style: one_space # or 'at_least_one_space', or 'no_space'
196 style: space # or 'new_line'
197 allow_single_line_padding: false
205 style: double_quotes # or single_quotes
222 UnnecessaryParentReference:
237 identifier_list: base
238 additional_identifiers: []
239 excluded_identifiers: []