Skip to content
New issue

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

TypeScript error when using ESLint RuleTester following v9 / v4 upgrade #2844

Open
michaelfaith opened this issue Dec 9, 2024 · 0 comments · May be fixed by #2848
Open

TypeScript error when using ESLint RuleTester following v9 / v4 upgrade #2844

michaelfaith opened this issue Dec 9, 2024 · 0 comments · May be fixed by #2848

Comments

@michaelfaith
Copy link

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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant