Replies: 1 comment 1 reply
-
Hi @eMerzh, follow configuration in examples, or provide reproduction repo |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to make this linter works on my project but for some reason it doesn't work 🤔
i tried various things with no luck.
atm i'm trying to implement "@graphql-eslint/no-deprecated"
in my eslintrc.js that looks like this:
i've added:
just in the "override" object.
then trying to detect a deprecated fields :
nothing shows up ...
but the field is well recognized as such by other tools
schema looks like
also i have a
.graphqlrc.yaml
but if i remove the parserOptions bits, it breaks.... even after explicitly installing graphql-config..am-i doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions