Skip to content

Instantly share code, notes, and snippets.

@matesnippets
Last active December 10, 2015 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matesnippets/a529d800d59835c03a03 to your computer and use it in GitHub Desktop.
Save matesnippets/a529d800d59835c03a03 to your computer and use it in GitHub Desktop.
Sass, my scss-lint settings file
linters:
SelectorFormat:
enabled: true
convention: strict_BEM
Indentation:
enabled: true
width: 4
ColorKeyword:
enabled: false
ColorVariable:
enabled: false
PlaceholderInExtend:
enabled: false
NestingDepth:
enabled: true
max_depth: 5
ignore_parent_selectors: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment