Commit 4f0c6fbc authored by Vben's avatar Vben

chore: update stylelint

parent 8c2491fc
...@@ -9,6 +9,12 @@ module.exports = { ...@@ -9,6 +9,12 @@ module.exports = {
ignorePseudoClasses: ['global'], ignorePseudoClasses: ['global'],
}, },
], ],
'selector-pseudo-element-no-unknown': [
true,
{
ignorePseudoElements: ['v-deep'],
},
],
'at-rule-no-unknown': [ 'at-rule-no-unknown': [
true, true,
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment