We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@graphql-eslint/eslint-plugin
That's because of eslint-plugin-graphql.
eslint-plugin-graphql
It wraps GraphQL source code into a js string tag, we supported this usage by mapping graphql to babel parser at #11.
graphql
babel
But @graphql-eslint/eslint-plugin works with a custom estree-compatible parser, then the mapping is incorrect for it.
I'm going to raise a PR to support these two plugins/processors at the same time!
Related to graphql-hive/graphql-eslint#395
The text was updated successfully, but these errors were encountered:
eslint-plugin-mdx
eslint-plugin-prettier
Successfully merging a pull request may close this issue.
That's because of
eslint-plugin-graphql
.It wraps GraphQL source code into a js string tag, we supported this usage by mapping
graphql
tobabel
parser at #11.But
@graphql-eslint/eslint-plugin
works with a custom estree-compatible parser, then the mapping is incorrect for it.I'm going to raise a PR to support these two plugins/processors at the same time!
Related to graphql-hive/graphql-eslint#395
The text was updated successfully, but these errors were encountered: