Created
August 14, 2019 07:17
-
-
Save Manyaka/eba7292b76b0a6d3870e3ac859224a23 to your computer and use it in GitHub Desktop.
.scss-lint.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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