X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.sass-lint.yml;h=4f184d34fb733cc61561781a24aeaed313552053;hb=d6ca951b3cc7cb19ad9f52249444fc68c5d81d50;hp=50b9e4f93bfa264056dd918b10f9bfb3d9078933;hpb=960a11e89da4e4a6ad6fbad61c71625f89e267b6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.sass-lint.yml b/.sass-lint.yml index 50b9e4f93..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 + nesting-depth: + - 1 + - max-depth: 4 indentation: 2