
# sass-lint config generated by make-sass-lint-config v0.1.2
#
# The following scss-lint Linters are not yet supported by sass-lint:
# ElsePlacement, SelectorDepth
#
# The following settings/values are unsupported by sass-lint:
# Linter Indentation, option "character"

files:
  include: '**/*.scss'
  ignore:
    - 'bower_components/**/*'
    - 'node_modules/**/*'
    - 'vendors/**/*'
    - '*/vendors/**/*'
options:
  formatter: stylish
  merge-default-rules: false
rules:
  class-name-format:
    - 0
    - convention: strictbem
  empty-line-between-blocks: 0
  extends-before-declarations: 0
  extends-before-mixins: 0
  function-name-format: 0
  id-name-format:
    - 0
    - convention: strictbem
  indentation:
    - 1
    - size: 2
  leading-zero:
    - 1
    - include: true
  mixin-name-format: 0
  mixins-before-declarations: 0
  nesting-depth:
    - 1
    - max-depth: 4
  no-color-keywords: 0
  no-color-literals: 0
  no-ids: 0
  no-important: 0
  no-mergeable-selectors: 0
  no-qualifying-elements: 0
  placeholder-in-extend: 0
  placeholder-name-format:
    - 0
    - convention: strictbem
  property-sort-order: 0
  quotes:
    - 1
    - style: double
  single-line-per-selector: 0
  variable-name-format: 0
