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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, today I started to get this error:
It took me around 4 hours to discover that, yesterday, I changed my
.graphqlconfigfile to use theincludesoptions 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
.graphqlconfigso I wonder: is it possible to disable this
.graphqlconfigauto integration with the plugin?edit:
I also have the
skipGraphQLConfig: truein the parser options, my overrides looks like thisbut it seems to take no effect
Beta Was this translation helpful? Give feedback.
All reactions