-
-
Notifications
You must be signed in to change notification settings - Fork 40
feature: prefer-node-protocol
#96
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
Comments
It should also be noted that this rule is highly requested in the |
It would be nice to use |
There's already a |
I also hate loads of transitive dependencies But I notice that the |
As for the |
Oh, wow! I wish I knew about that earlier 😆 Thanks for letting me know! Okay, closing in favor of: https://github.com/eslint-community/eslint-plugin-n/blob/master/docs/rules/prefer-node-protocol.md |
We're using
eslint-plugin-unicorn
for a single rule that would make sense to have in this plugin:https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-node-protocol.md
I'd love to switch to this plugin since it has half as many dependencies. See https://npmgraph.js.org/?q=eslint-plugin-unicorn vs https://npmgraph.js.org/?q=eslint-plugin-import-x (and maybe we could cut it in half again if removing
globby
from@typescript-eslint/typescript-estree
)The text was updated successfully, but these errors were encountered: