Skip to content

Commit

Permalink
Update scss-lint for Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
shimbaco committed Jan 27, 2018
1 parent e5a9db5 commit 104b210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scss-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ exclude:
- "vendor/assets/stylesheets/**"
linters:
LeadingZero:
style: exclude_zero
style: include_zero
NestingDepth:
max_depth: 5
SelectorDepth:
max_depth: 5
SelectorFormat:
convention: hyphenated_BEM
StringQuotes:
style: double_quotes
style: single_quotes

0 comments on commit 104b210

Please sign in to comment.