X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=.sass-lint.yml;h=4f184d34fb733cc61561781a24aeaed313552053;hb=4176e227cb18c40e13f30f4634d128cc3169e9d4;hp=55a487138c3010a8919c094702b11743a4d78496;hpb=4de2fafcad4b56449e3817825d4b317c5ed4696c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.sass-lint.yml b/.sass-lint.yml index 55a487138..4f184d34f 100644 --- a/.sass-lint.yml +++ b/.sass-lint.yml @@ -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 - indentation: 1 + nesting-depth: + - 1 + - max-depth: 4 + indentation: 2