Skip to content

Commit

Permalink
Merge pull request #66 from nextcloud/fix/deep
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Oct 14, 2022
2 parents e60b1d5 + 4555143 commit b50d794
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 b50d794

Please sign in to comment.