commercetools / merchant-center-application-kit

Tools and components for developing Merchant Center Customizations 🛠
https://docs.commercetools.com/merchant-center-customizations
MIT License
67 stars 27 forks source link

Investigate using @graphql-eslint/eslint-plugin instead of our current plugin #1978

Open emmenko opened 3 years ago

emmenko commented 3 years ago

Investigate using https://github.com/dotansimha/graphql-eslint/ instead of our current plugin.

mmaltsev-ct commented 2 years ago

Background: GraphQL Schema introspection is used to fetch GraphQL Schema (and for instance, populate Docs in GraphiQL UI). The ESLint plugin uses this Schema to validate GraphQL Documents. The plugin we currently use seems to be less maintained and less active than the alternative @graphql-eslint/eslint-plugin.