This commit is contained in:
syuilo 2023-05-29 17:13:12 +09:00
parent afa4cd9112
commit 8c66fad96b
9 changed files with 20 additions and 19 deletions

View file

@ -56,6 +56,7 @@ module.exports = {
'vue/require-v-for-key': 'warn',
'vue/no-unused-components': 'warn',
'vue/no-unused-vars': 'warn',
'vue/no-dupe-keys': 'warn',
'vue/valid-v-for': 'warn',
'vue/return-in-computed-property': 'warn',
'vue/no-setup-props-destructure': 'warn',