Replies: 1 comment 3 replies
-
not sure. @Newbie012 ? Not having false positives is more important imo |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Personally, I'm using
unplugin-auto-import
plugin and has config like belowso that I can use functions in
@tanstack/vue-query
directly.I knew that this plugin only works when it detects directly import.
Can we make it works ? e.g. an option guarantees that there are no functions with the same name in the project
Beta Was this translation helpful? Give feedback.
All reactions