Custom eslint plugin #77
Replies: 1 comment
-
Hi, Since the Vue reactivity system works a little differently than React, you actually do not need to track reactive props, as it's done automatically by Vue. As for other rules, I see that there is a common theme of people passing So, yes such rule could be beneficial. But I would say it's a general vue reactivity rule, not specifically vue-query related. |
Beta Was this translation helpful? Give feedback.
-
Hello!
This implementation is really great ! Thanks for the work :)
As vue does not have the same system as react hooks, we do not benefit of some of those features with linters (I mostly think about
react-hooks/exhaustive-deps
rule and the similarity it has with query keys and functions variables)Do you think it can be relevant to have this kind of eslint plugin for vue-query ?
Beta Was this translation helpful? Give feedback.
All reactions