Skip to content

Instantly share code, notes, and snippets.

@joshuacrass
Last active September 14, 2018 15:38
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 joshuacrass/3cc3ecb3629aa80d036a55136f8d3327 to your computer and use it in GitHub Desktop.
Save joshuacrass/3cc3ecb3629aa80d036a55136f8d3327 to your computer and use it in GitHub Desktop.
sass-lint yaml file
rules:
leading-zero: 0
function-name-format:
- 2
- allow-leading-underscore: false
convention: camelcase
mixin-name-format:
- 2
- allow-leading-underscore: false
convention: camelcase
placeholder-name-format:
- 2
- allow-leading-underscore: false
convention: camelcase
class-name-format:
- 2
- allow-leading-underscore: false
convention: camelcase
nesting-depth:
- 2
- max-depth: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment