X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.stylelintrc.json;h=6a322da62799ae6cfad20a9671019907d7525171;hb=d35c81fa1cb3946d887f223383a1cae58fe32b09;hp=25f0b1002f0c83e4ade249a0c0bf9d87e6eade52;hpb=c7027c06e9a73dad99d3f9bd9937a41a763850ce;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.stylelintrc.json b/client/.stylelintrc.json index 25f0b1002..6a322da62 100644 --- a/client/.stylelintrc.json +++ b/client/.stylelintrc.json @@ -24,6 +24,12 @@ "rule-empty-line-before": null, "selector-max-id": null, "scss/at-function-pattern": null, - "function-parentheses-space-inside": "never-single-line" + "function-parentheses-space-inside": "never-single-line", + "property-no-vendor-prefix": [ + true, + { + "ignoreProperties": [ "mask-image" ] + } + ] } }