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
These problem can be resolved with bumping @typescript-eslint/parser to ^8.0.0, without bumping @typescript-eslint/eslint-plugin as that causes breaking test. I have pulled the current v13 code locally and bumped the parser and the tests run fine.
I understand this is likely something that will be addressed in the update for eslint v9, but would be great if this can be bumped for the time being so that we can use the latest versions of those packages.
The text was updated successfully, but these errors were encountered:
In my projects I am using:
With basically no issues, except that certain types and enums are providing issues due to changes in typescript-estree.
These problem can be resolved with bumping @typescript-eslint/parser to ^8.0.0, without bumping @typescript-eslint/eslint-plugin as that causes breaking test. I have pulled the current v13 code locally and bumped the parser and the tests run fine.
I understand this is likely something that will be addressed in the update for eslint v9, but would be great if this can be bumped for the time being so that we can use the latest versions of those packages.
The text was updated successfully, but these errors were encountered: