Skip to content

Commit

Permalink
Merge pull request #65 from nextcloud/fix/deep-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Oct 6, 2022
2 parents 6105a56 + 540ca3d commit e60b1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -28,8 +28,8 @@ module.exports = {
'selector-pseudo-element-no-unknown': [
true,
{
// Vue v-deep pseudo-element
ignorePseudoElements: ['v-deep'],
// Vue deep pseudo-element
ignorePseudoElements: ['deep'],
},
],
},
Expand Down

0 comments on commit e60b1d5

Please sign in to comment.