files:
  include: 'stylesheets/**/*.s+(a|c)ss'
options:
  formatter: table
rules:
  indentation:
    - 0
    - size: 2
  nesting-depth:
    - 1
    - max-depth: 4
  no-misspelled-properties:
    - 1
    - extra-properties:
        - components
        - utils
  force-element-nesting:
    - 0
  no-qualifying-elements: 0
  quotes:
    - 1
    - style: single
  no-warn:
    - 0
  force-pseudo-nesting: 0
  force-attribute-nesting: 0
  variable-name-format: 0