forked from mysticatea/eslint-utils
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I've contributed to support TypeScript AST in #258, but I just find that it does not work well.
The reason is that dependencies in the typescript-eslint
scope are only at v5
.
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/types": "^5.62.0",
But some AST nodes have been changed in the latest version. For example: typescript-eslint/typescript-eslint#5384
Is there any reason for this?
Metadata
Metadata
Assignees
Labels
No labels