Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels