apollographql / eslint-plugin-graphql

:vertical_traffic_light: Check your GraphQL query strings against a schema.
https://www.npmjs.com/package/eslint-plugin-graphql
1.21k stars 103 forks source link

Support ESLint 8.x #310

Open MichaelDeBoey opened 2 years ago

MichaelDeBoey commented 2 years ago

ESLint v8.0.0 is released 🎉

It would be awesome to have official ESLint 8 support. 👊 I'm happy to help where I can of course 🙂

wheeler commented 2 years ago

note that the project has not yet updated to ESLint 7 https://github.com/apollographql/eslint-plugin-graphql/pull/267

j0k3r commented 2 years ago

We forked the project some times ago: https://github.com/20minutes/eslint-plugin-graphql And updated it to Node 12+, GraphQL 15 (not 16 yet) and ESLint 8.

JounQin commented 2 years ago

You should use https://github.com/B2o5T/graphql-eslint instead.

znarf commented 7 months ago

Proposed in https://github.com/apollographql/eslint-plugin-graphql/pull/342