chore: update deps

This commit is contained in:
Anthony Fu
2023-02-07 14:37:18 +01:00
parent 7a2d63cf3a
commit 229b6cb188
8 changed files with 166 additions and 292 deletions

View File

@@ -58,7 +58,6 @@ module.exports = {
}],
'vue/no-restricted-v-bind': ['error', '/^v-/'],
'vue/no-useless-v-bind': 'error',
'vue/no-v-text-v-html-on-component': 'error',
'vue/padding-line-between-blocks': ['error', 'always'],
'vue/prefer-separate-static-class': 'error',