]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .sass-lint.yml
Fixing #626 with ffmpeg's low default audio bitrate
[github/Chocobozzz/PeerTube.git] / .sass-lint.yml
index 50b9e4f93bfa264056dd918b10f9bfb3d9078933..4f184d34fb733cc61561781a24aeaed313552053 100644 (file)
@@ -13,6 +13,7 @@ rules:
   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
@@ -20,6 +21,10 @@ rules:
   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