From 5adf768e7fa7881c5c11ac19308a761b19c012a0 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 23 Mar 2021 09:10:46 +0100 Subject: [PATCH] Fix SCSS lint with ::v-deep Signed-off-by: Thomas Citharel --- .stylelintrc | 8 +++++++- src/components/Editor/FreeBusy/FreeBusy.vue | 19 +++++++++++-------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.stylelintrc b/.stylelintrc index 86a8cc60e..9019a8496 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -24,7 +24,13 @@ "selector-type-case": null, "selector-list-comma-newline-after": null, "no-descending-specificity": null, - "string-quotes": "single" + "string-quotes": "single", + "selector-pseudo-element-no-unknown": [ + true, + { + "ignorePseudoElements": ["v-deep"] + } + ] }, "plugins": [ "stylelint-scss" diff --git a/src/components/Editor/FreeBusy/FreeBusy.vue b/src/components/Editor/FreeBusy/FreeBusy.vue index 9901dadac..f6c424b91 100644 --- a/src/components/Editor/FreeBusy/FreeBusy.vue +++ b/src/components/Editor/FreeBusy/FreeBusy.vue @@ -278,24 +278,27 @@ export default {