Created
March 15, 2016 15:14
-
-
Save helb/b885d4de716648efdeaa to your computer and use it in GitHub Desktop.
scss lint config
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
linters: | |
Indentation: | |
severity: warning | |
width: 4 | |
LeadingZero: | |
enabled: true | |
style: include_zero | |
NestingDepth: | |
enabled: true | |
max_depth: 4 | |
ignore_parent_selectors: false | |
StringQuotes: | |
enabled: true | |
style: double_quotes | |
QualifyingElement: | |
enabled: true | |
allow_element_with_attribute: true | |
allow_element_with_class: true | |
allow_element_with_id: true | |
IdSelector: | |
enabled: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment