Skip to content

Instantly share code, notes, and snippets.

@pereirinha
Last active January 10, 2018 15:52
Show Gist options
  • Save pereirinha/de8fd49a654a9ed57096 to your computer and use it in GitHub Desktop.
Save pereirinha/de8fd49a654a9ed57096 to your computer and use it in GitHub Desktop.
SCSS Linter settings
linters:
Comment:
enabled: false
IdSelector:
enabled: false
ImportantRule:
enabled: false
Indentation:
enabled: true
allow_non_nested_indentation: false
character: tab
width: 1
NestingDepth:
enabled: true
max_depth: 5
PropertySortOrder:
enabled: true
ignore_unspecified: false
min_properties: 2
separate_groups: false
order: concentric
QualifyingElement:
enabled: true
allow_element_with_attribute: true
allow_element_with_class: false
allow_element_with_id: true
SelectorDepth:
enabled: true
max_depth: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment