chore: update stylelint
This commit is contained in:
parent
8c2491fcb6
commit
4f0c6fbcc7
|
|
@ -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,
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue