eslint
                                
                                
                                
                                    eslint copied to clipboard
                            
                            
                            
                        fix(vue): disable `vue/no-v-model-argument` for Vue 3
Can you please explain why disabling this rule? (https://eslint.vuejs.org/rules/no-v-model-argument.html)
I think the root issue here is that we are still exporting Vue 2 eslint rules. Should we update to Vue 3?
https://github.com/nuxt/eslint-config/issues/216
Let's fix #216 then for proper Vue 3 detection. We could detect installed vue version to adjust preset behavior (https://github.com/nuxt/eslint-config/pull/217#issuecomment-1161473288 -- defaulting to vue3)
Nice idea 👍