We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
1 parent d1d181a commit eab00e2Copy full SHA for eab00e2
packages/eslint-config-vue/index.js
@@ -39,9 +39,9 @@ module.exports = {
39
'vue/no-dupe-keys': 'off',
40
41
// reactivity transform
42
- 'vue/no-setup-props-destructure': 'off',
+ 'vue/no-setup-props-reactivity-loss': 'off',
43
44
- 'vue/component-tags-order': ['error', {
+ 'vue/block-order': ['error', {
45
order: ['script', 'template', 'style'],
46
}],
47
'vue/block-tag-newline': ['error', {
0 commit comments