Flat config for Vue #2339
Unanswered
bmulholland
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The example for vue (https://github.com/dimaMachina/graphql-eslint/tree/master/examples/vue-code-file) hasn't been upgraded to flat config, and I'm trying to figure it out. Currently, I get
GraphQL template literals cannot be plucked from a Vue template code without having the "@vue/compiler-sfc" package installed.
I do have that package installed, though. Version 3.4.27.
Maybe this is why that example isn't ported? I don't see a relevant Issue describing that this isn't expected to work though. Is it possible to get working right now? Is there an Issue to follow that describes what's needed to add support? If it is possible now, could I get some help getting it working?
The relevant config looks like this:
Beta Was this translation helpful? Give feedback.
All reactions