feat: enable vue/no-unused-refs
(#158)
This commit is contained in:
@@ -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',
|
||||
|
||||
|
Reference in New Issue
Block a user