1
0
Fork 0
peertube/client/.sass-lint.yml

31 lines
569 B
YAML
Raw Normal View History

files:
2020-01-21 13:28:28 +00:00
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
2018-06-18 08:46:47 +00:00
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
2018-06-18 08:46:47 +00:00
clean-import-paths: 0
hex-length: 1
hex-notation: 0
2018-06-18 08:46:47 +00:00
nesting-depth:
- 1
- max-depth: 4
2018-05-30 15:10:00 +00:00
indentation: 2