-
-
Notifications
You must be signed in to change notification settings - Fork 20
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 typescript-eslint v8 to use the Project Service #73
Comments
@Samuel-Therrien-Beslogic how did you solve this error Error while loading rule 'etc/no-deprecated': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property |
@last-Programmer depends on the exact version of typescript-eslint you have: Read more: https://typescript-eslint.io/getting-started/typed-linting |
I have this
still getting the error with eslint 9 |
@Samuel-Therrien-Beslogic i tried with EXPERIMENTAL_useProjectService: true,. The same error is happening for the following rules in eslint 9. with eslint 9 i need to use npm install --force to install this plugin otherwise it npm install fails.
|
Sorry I'm not using ESLint 9 yet. I still have too many plugins that don't support yet. It's possible you're hitting more unresolvable version ranges than I am. |
See https://typescript-eslint.io/blog/announcing-typescript-eslint-v8#project-service
As a temporary workaround, I'm still setting
EXPERIMENTAL_useProjectService
:The text was updated successfully, but these errors were encountered: