move .sass-lint.yml to client/

This commit is contained in:
Rigel Kent
2018-09-07 10:51:42 +02:00
parent 1f4f151019
commit 4e554c4a2d
2 changed files with 2 additions and 1 deletions

30
client/.sass-lint.yml Normal file
View File

@@ -0,0 +1,30 @@
files:
include: "**/*.s+(a|c)ss"
ignore: [
"node_modules/**/*.*",
"client/node_modules/**/*.*"
]
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