feat: enable vue/no-unused-refs (#158)

This commit is contained in:
Ivan Demchuk 2023-03-16 12:34:58 +02:00 committed by GitHub
parent 421d406e4f
commit d3c1119dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',