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

Support ESLint 9.0.0 #45

Open
christopher-buss opened this issue May 2, 2024 · 1 comment
Open

Support ESLint 9.0.0 #45

christopher-buss opened this issue May 2, 2024 · 1 comment

Comments

@christopher-buss
Copy link

Currently type rules cannot be used with the new eslint version as parserServices have changed, and parserServices no longer exist on the context, but instead in a new property context.sourceCode.

I have tested this with an old PR I made here (#43) and this seems to work locally, but I ended up including a bundler that at the time I believed I needed to get the patch working. I haven't revisited it to see if there was a better solution (the dependencies here will be outdated anyway).

@christopher-buss
Copy link
Author

This is the relevant changes required: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

This is supported in #46

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

No branches or pull requests

1 participant