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
After updating our project to eslint v9 and to the latest v4 version of this plugin, we're seeing type errors when moving from the old GraphQL RuleTester to the built in eslint RuleTester. Namely it's complaining about the fact that the Graphql Context type has parserServices at the root, while ESLint's Context type does not. Since the guidance is to shift to use the eslint RuleTester, this seems like a gap.