aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.sass-lint.yml
blob: a6e949cb26604801a047aa4e585aca2e3f31958b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
files:
  include:
    - "src/app/**/*.scss"
    - "src/assets/**/*.scss"
    - "src/sass/**/*.scss"
    - "src/standalone/**/*.scss"
syntax:
    include:
      - scss
      - sass
rules:
  property-sort-order: 0
  attribute-quotes: 0
  border-zero: 0
  no-color-keywords: 0
  no-color-literals: 0
  no-css-comments: 0
  no-important: 0
  no-trailing-zero: 1
  space-after-bang: 1
  space-before-bang: 1
  space-after-colon: 1
  space-before-colon: 1
  clean-import-paths: 0
  hex-length: 1
  hex-notation: 0
  nesting-depth:
    - 1
    - max-depth: 4
  indentation: 2