Commit 4f0c6fbcc7e2e9bc57190b0855f517c971767b6a
1 parent
8c2491fc
chore: update stylelint
Showing
1 changed file
with
6 additions
and
0 deletions
stylelint.config.js
@@ -9,6 +9,12 @@ module.exports = { | @@ -9,6 +9,12 @@ module.exports = { | ||
9 | ignorePseudoClasses: ['global'], | 9 | ignorePseudoClasses: ['global'], |
10 | }, | 10 | }, |
11 | ], | 11 | ], |
12 | + 'selector-pseudo-element-no-unknown': [ | ||
13 | + true, | ||
14 | + { | ||
15 | + ignorePseudoElements: ['v-deep'], | ||
16 | + }, | ||
17 | + ], | ||
12 | 'at-rule-no-unknown': [ | 18 | 'at-rule-no-unknown': [ |
13 | true, | 19 | true, |
14 | { | 20 | { |