-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
The context interface has changed, and removed in v9.0. For example: https://eslint.org/blog/2023/09/preparing-custom-rules-eslint-v9/#context.getscope()
This plugin on ESLint v9.0.0-rc.0 will throw errors like:
I tried to check the codebase, but it seems the overall dependencies of this repo are still a bit left behind. Like @typescript-eslint/utils
is still v5 while now it's v7 - some the we don't even have the compact types for the new APIs - I wonder what's the strategies of this repo, should we keep support eslint v7 and v8, or we could do a major that only support latest v8.40+ + v9?
pavitra-infocusp
Metadata
Metadata
Assignees
Labels
No labels