Skip to content

Instantly share code, notes, and snippets.

@helb
Created March 15, 2016 15:14
Show Gist options
  • Save helb/b885d4de716648efdeaa to your computer and use it in GitHub Desktop.
Save helb/b885d4de716648efdeaa to your computer and use it in GitHub Desktop.
scss lint config
linters:
Indentation:
severity: warning
width: 4
LeadingZero:
enabled: true
style: include_zero
NestingDepth:
enabled: true
max_depth: 4
ignore_parent_selectors: false
StringQuotes:
enabled: true
style: double_quotes
QualifyingElement:
enabled: true
allow_element_with_attribute: true
allow_element_with_class: true
allow_element_with_id: true
IdSelector:
enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment