mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
move .sass-lint.yml to client/
This commit is contained in:
30
client/.sass-lint.yml
Normal file
30
client/.sass-lint.yml
Normal 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
|
||||
Reference in New Issue
Block a user