X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.stylelintrc.json;h=6a322da62799ae6cfad20a9671019907d7525171;hb=35f676e5d3e5e242e84ed63da2cc78117079c7cb;hp=25f0b1002f0c83e4ade249a0c0bf9d87e6eade52;hpb=931d3430184143ebd88e5243def6eb1d7acfdbf4;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" ] + } + ] } }