]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/.stylelintrc.json
Fix lint
[github/Chocobozzz/PeerTube.git] / client / .stylelintrc.json
index 25f0b1002f0c83e4ade249a0c0bf9d87e6eade52..6a322da62799ae6cfad20a9671019907d7525171 100644 (file)
     "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" ]
+      }
+    ]
   }
 }