Thierry Goettelmann

Results 34 comments of Thierry Goettelmann

This would prevent the interdiction to use `$event` in favor of explicit naming: ```vue ` ` ``` **Edit:** Or maybe it could be configurable as an option?

I see your point, but it's really common to only need an inline handler. I don't think we should force users to use `@event="() => handler()"` where `@event="handler()"` is enough....

Thank you for your reply. After some thought, I wonder if this rule isn't trying to handle too many things at once. I agree on your first point (although I...

I also have a problem with ESLint. ```ts import { createRouter, createWebHistory } from 'vue-router/auto' ``` Gives me the error: > ESLint: Unable to resolve path to module 'vue-router/auto'.(import/no-unresolved)