We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04fc68 commit 899f057Copy full SHA for 899f057
packages/eslint-config-vue/index.js
@@ -33,9 +33,9 @@ module.exports = {
33
'vue/no-dupe-keys': 'off',
34
35
// reactivity transform
36
- 'vue/no-setup-props-destructure': 'off',
+ 'vue/no-setup-props-reactivity-loss': 'off',
37
38
- 'vue/component-tags-order': [
+ 'vue/block-order': [
39
'error',
40
{
41
order: ['script', 'template', 'style'],
0 commit comments