aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.stylelintrc.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-25 14:27:35 +0200
committerChocobozzz <me@florianbigard.com>2023-05-25 14:36:17 +0200
commitffc424259ebe5d670136d6c6183f3d65632655a5 (patch)
tree519b134c872d8c00b43cc96e2e04a2d39b8ccbf7 /client/.stylelintrc.json
parent38358661e03d141c7129c28f3cc7ddfd6e06e7e8 (diff)
downloadPeerTube-ffc424259ebe5d670136d6c6183f3d65632655a5.tar.gz
PeerTube-ffc424259ebe5d670136d6c6183f3d65632655a5.tar.zst
PeerTube-ffc424259ebe5d670136d6c6183f3d65632655a5.zip
Fix scss lint
Diffstat (limited to 'client/.stylelintrc.json')
-rw-r--r--client/.stylelintrc.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/.stylelintrc.json b/client/.stylelintrc.json
index 3b6a465e1..9f8afa29c 100644
--- a/client/.stylelintrc.json
+++ b/client/.stylelintrc.json
@@ -4,7 +4,6 @@
4 "scss/at-import-no-partial-leading-underscore": null, 4 "scss/at-import-no-partial-leading-underscore": null,
5 "color-hex-case": null, 5 "color-hex-case": null,
6 "color-hex-length": null, 6 "color-hex-length": null,
7 "order/properties-alphabetical-order": null,
8 "selector-pseudo-element-no-unknown": [ 7 "selector-pseudo-element-no-unknown": [
9 true, 8 true,
10 { 9 {
@@ -24,7 +23,6 @@
24 "rule-empty-line-before": null, 23 "rule-empty-line-before": null,
25 "selector-max-id": null, 24 "selector-max-id": null,
26 "scss/at-function-pattern": null, 25 "scss/at-function-pattern": null,
27 "function-parentheses-space-inside": "never-single-line",
28 "property-no-vendor-prefix": [ 26 "property-no-vendor-prefix": [
29 true, 27 true,
30 { 28 {