Skip to content

Instantly share code, notes, and snippets.

@2no
Last active November 27, 2015 14:33
Show Gist options
  • Save 2no/e3567f00fd725f567ce3 to your computer and use it in GitHub Desktop.
Save 2no/e3567f00fd725f567ce3 to your computer and use it in GitHub Desktop.
linters:
ColorKeyword:
enabled: false
ColorVariable:
enabled: false
Comment:
enabled: false
LeadingZero:
enabled: false
NameFormat:
convention: '^[a-z][-a-zA-Z0-9_]*$'
MergeableSelector:
force_nesting: false
PlaceholderInExtend:
enabled: false
PropertySortOrder:
enabled: false
PseudoElement:
enabled: false
SelectorDepth:
enabled: false
SelectorFormat:
convention: '^[a-z][-a-zA-Z0-9_]*$'
Shorthand:
enabled: true
StringQuotes:
style: double_quotes
TrailingZero:
enabled: true
UrlQuotes:
enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment