Skip to content

Commit

Permalink
:deep is also considered a pseudo class so this has to be allowed a…
Browse files Browse the repository at this point in the history
…s well

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
  • Loading branch information
susnux committed Oct 14, 2022
1 parent e60b1d5 commit 4555143
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.js
Expand Up @@ -25,6 +25,13 @@ module.exports = {
'selector-list-comma-newline-after': null,
'no-descending-specificity': null,
'string-quotes': 'single',
'selector-pseudo-class-no-unknown': [
true,
{
// vue deep pseudo-class
ignorePseudoClasses: ['deep'],
},
],
'selector-pseudo-element-no-unknown': [
true,
{
Expand Down

0 comments on commit 4555143

Please sign in to comment.