From 4f0c6fbcc7e2e9bc57190b0855f517c971767b6a Mon Sep 17 00:00:00 2001 From: Vben Date: Mon, 19 Apr 2021 23:35:50 +0800 Subject: [PATCH] chore: update stylelint --- stylelint.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stylelint.config.js b/stylelint.config.js index 1c7252b2..0e63041c 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -9,6 +9,12 @@ module.exports = { ignorePseudoClasses: ['global'], }, ], + 'selector-pseudo-element-no-unknown': [ + true, + { + ignorePseudoElements: ['v-deep'], + }, + ], 'at-rule-no-unknown': [ true, {