Replace with vue/no-setup-props-reactivity-loss rule (#14062)

This commit is contained in:
woxtu
2024-06-22 12:40:00 +09:00
committed by GitHub
parent a9012d3d0c
commit 4d2eddec2e
9 changed files with 10 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ module.exports = {
'vue/no-dupe-keys': 'warn',
'vue/valid-v-for': 'warn',
'vue/return-in-computed-property': 'warn',
'vue/no-setup-props-destructure': 'warn',
'vue/no-setup-props-reactivity-loss': 'warn',
'vue/max-attributes-per-line': 'off',
'vue/html-self-closing': 'off',
'vue/singleline-html-element-content-newline': 'off',