]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/.stylelintrc.json
Update translations
[github/Chocobozzz/PeerTube.git] / client / .stylelintrc.json
index 25f0b1002f0c83e4ade249a0c0bf9d87e6eade52..9f8afa29c321994688560597dcda9b537f4f52d8 100644 (file)
@@ -4,7 +4,6 @@
     "scss/at-import-no-partial-leading-underscore": null,
     "color-hex-case": null,
     "color-hex-length": null,
-    "order/properties-alphabetical-order": null,
     "selector-pseudo-element-no-unknown": [
       true,
       {
     "rule-empty-line-before": null,
     "selector-max-id": null,
     "scss/at-function-pattern": null,
-    "function-parentheses-space-inside": "never-single-line"
+    "property-no-vendor-prefix": [
+      true,
+      {
+        "ignoreProperties": [ "mask-image", "mask-size" ]
+      }
+    ]
   }
 }