Skip to content

Instantly share code, notes, and snippets.

@Manyaka
Created August 14, 2019 07:17
Show Gist options
  • Save Manyaka/eba7292b76b0a6d3870e3ac859224a23 to your computer and use it in GitHub Desktop.
Save Manyaka/eba7292b76b0a6d3870e3ac859224a23 to your computer and use it in GitHub Desktop.
.scss-lint.yml
exclude: 'email-templates/**/*'
linters:
Comment:
allowed: '^[/* ]'
HexLength:
style: 'long'
ImportantRule:
enabled: false
LeadingZero:
style: 'include_zero'
NameFormat:
convention: '^[asset]*[_]?[a-z0-9]*(([A-Z][a-z0-9]*)?)*$'
convention_explanation: 'camelCase, except asset_url/path'
NestingDepth:
max_depth: 5
PropertySortOrder:
order: 'smacss'
separate_groups: false
SelectorFormat:
enabled: false
SpaceAroundOperator:
style: 'one_space'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment