aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.stylelintrc.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-27 16:12:41 +0200
committerChocobozzz <me@florianbigard.com>2021-05-27 16:12:41 +0200
commit8f608a4cb22ab232cfab20665050764b38bac9c7 (patch)
tree6a6785aae79bf5939ad7b7a50a1bd8031268d2b4 /client/.stylelintrc.json
parent030ccfce59a8cb8f2fee6ea8dd363ba635c5c5c2 (diff)
parentc215e627b575d2c4085ccb222f4ca8d0237b7552 (diff)
downloadPeerTube-8f608a4cb22ab232cfab20665050764b38bac9c7.tar.gz
PeerTube-8f608a4cb22ab232cfab20665050764b38bac9c7.tar.zst
PeerTube-8f608a4cb22ab232cfab20665050764b38bac9c7.zip
Merge branch 'develop' into shorter-URLs-channels-accounts
Diffstat (limited to 'client/.stylelintrc.json')
-rw-r--r--client/.stylelintrc.json8
1 files changed, 7 insertions, 1 deletions
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 @@
24 "rule-empty-line-before": null, 24 "rule-empty-line-before": null,
25 "selector-max-id": null, 25 "selector-max-id": null,
26 "scss/at-function-pattern": null, 26 "scss/at-function-pattern": null,
27 "function-parentheses-space-inside": "never-single-line" 27 "function-parentheses-space-inside": "never-single-line",
28 "property-no-vendor-prefix": [
29 true,
30 {
31 "ignoreProperties": [ "mask-image" ]
32 }
33 ]
28 } 34 }
29} 35}