Replies: 2 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@B2o5T thx for answering! here it is https://github.com/Grohden/graphql-eslint-issue-discussion-1685 let me know if I'm doing something wrong or what I can help with |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, today I started to get this error:
It took me around 4 hours to discover that, yesterday, I changed my
.graphqlconfig
file to use theincludes
options so my IDE could provide better integration with the client schemaThis change made eslint throw that error for any js file outside of the specific glob pattern match I assigned in the includes in the
.graphqlconfig
so I wonder: is it possible to disable this
.graphqlconfig
auto integration with the plugin?edit:
I also have the
skipGraphQLConfig: true
in the parser options, my overrides looks like thisbut it seems to take no effect
Beta Was this translation helpful? Give feedback.
All reactions