Skip to content

Commit

Permalink
feat: enable vue/no-unused-refs (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demivan committed Mar 16, 2023
1 parent 421d406 commit d3c1119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue/index.js
Expand Up @@ -58,6 +58,7 @@ module.exports = {
}],
'vue/no-restricted-v-bind': ['error', '/^v-/'],
'vue/no-useless-v-bind': 'error',
'vue/no-unused-refs': 'error',
'vue/padding-line-between-blocks': ['error', 'always'],
'vue/prefer-separate-static-class': 'error',

Expand Down

0 comments on commit d3c1119

Please sign in to comment.