You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not adding a lot here but I'm just labeling it according to our new Contribution Guide and issue flow.
It looks like already got it into stage 0! thank you for that!
Now in order to advance to stage 1 we'll need a running reproduction. Please keep in mind to remove unnecessary dependencies, code, packages and so on which are not related to the issue.
I tried it again, and the error disappeared after updating to the latest version (of this plugin, as well as other graphql-related dependencies). So I'll close this issue. Sorry for the noise.
Describe the bug
After following the installation instructions, every graphql reports the following error:
To Reproduce
Install the linter as described in the readme, and run it.
In particular, this is in the eslint config:
(I also tried to pass the schema using parserOptions with no success)
and the graphql.config is
The full set of changes/code can be found at https://github.com/JabRef/JabRefOnline/pull/166/files.
I investigated this problem a bit and the error is thrown here:
https://github.com/kamilkisiela/graphql-config/blob/89767c8b3dc56a930f42e5e96bcbc43bd5644f41/src/config.ts#L225-L227
However, I don't understand why the project is not found - as you see above I only have one, and this one also doesn't have any include or exclude statements.
Expected behavior
No error, but linting of the graphql file.
Environment:
@graphql-eslint/...
: 1.0.1Additional context
The text was updated successfully, but these errors were encountered: