-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[New] no-unused-modules
: add eslint v8 support
#2194
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is a duplicate of #2191. Separately, we won't be supporting eslint 8 officially until it's out of prerelease.
However, this seems like it might be useful to pull in early.
Let's use try-catch it is very popular, make codebase flat and similar concept with tuples has Go, a lot people interested in such version, and it can became standard in the future. Nesting you suggest me to add is horrible and not maintainable. |
no-unused-modules
: add eslint v8 support
Any chance of a release of this? While it might still give peer dep warnings etc until "proper" v8 support lands, I believe this should unblock modules using this plugin in their own migration work without resorting to patching the module 🙂 |
I'll try to make a pass through the open PRs and issues this weekend and see if I can cut a release. |
v8 is released, a release of this PR would be awesome 🙂 https://github.com/eslint/eslint/releases/tag/v8.0.0 |
Yep, planning on it very soon. |
Add support of ESLint v8, the
/lib
entry point has removed, andshould be changed to
Here is how it looks like in v8 right now
Related to typescript-eslint/typescript-eslint#3735 and typescript-eslint/typescript-eslint#3737 (comment)