Skip to content

Commit

Permalink
::v-deep is deprecated in favor of :deep as of vue 2.7
Browse files Browse the repository at this point in the history
`::v-deep` is deprecated starting from 2.7 and is removed with vue 3
in favor of `:deep`. So `:deep` should be favored.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
  • Loading branch information
susnux committed Oct 5, 2022
1 parent 6105a56 commit 540ca3d
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 540ca3d

Please sign in to comment.