Skip to content

Instantly share code, notes, and snippets.

@dra1n
Created July 7, 2017 08:05
Show Gist options
  • Select an option

  • Save dra1n/8586bd92834a065abfe663258723e239 to your computer and use it in GitHub Desktop.

Select an option

Save dra1n/8586bd92834a065abfe663258723e239 to your computer and use it in GitHub Desktop.
severity: error
linters:
BorderZero:
enabled: true
convention: zero
BemDepth:
enabled: true
DeclarationOrder:
enabled: false
DeclarationOrder:
enabled: true
ExtendDirective:
enabled: true
LeadingZero:
enabled: false
NameFormat:
enabled: true
PrivateNamingConvention:
enabled: true
prefix: _
PropertySortOrder:
enabled: true
QualifyingElement:
enabled: false
SelectorFormat:
enabled: true
convention: hyphenated_BEM
class_convention: ^(?!js-).*
class_convention_explanation: should not be written in the form js-*
SingleLinePerProperty:
enabled: true
allow_single_line_rule_sets: false
StringQuotes:
enabled: true
style: double_quotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment