Browse Source

chore: update stylelint

pull/514/head
Vben 5 years ago
parent
commit
4f0c6fbcc7
  1. 6
      stylelint.config.js

6
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,
{

Loading…
Cancel
Save