-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Possibility to rename n
to node2
#5
Comments
I would prefer sticking to the current name rather than causing more fragmentation. Changing names of a module is hard to do without breaking all of the update flows of dependent projects. |
I agreed the current name is not ideal(I tried |
Good to hear that people are already using this package! Once I get the esm resolution in, I'll probably also migrate our company to use this fork. Thanks for the hard work, and closing for lack of public interest. |
Just to throw in my 2c as a random user: I was about to open a PR on the eslint-config-standard readme because I thought the sample command to install peer dependencies had a typo in it. The name looking like a truncated version of an existing well-known package name is bound to be confusing people. While it is a pain to rename it's only going to get harder as time goes on. Leaving the old package name published with a deprecation notice and publishing under a new name shouldn't be too bad should it? No different to publishing a major release in terms of work needed by people downstream? |
but we (other contributors) don't have the access to publish the old one- if we do, I'd prefer taking over, instead of forking. 😂 |
Do you mean to publish eslint-plugin-n or the original eslint-plugin-node? |
eslint-plugin-node. |
I meant that the discussion here seemed to be saying that you can't rename this module from Again I came here specifically for the same reason as @giltayar mentioned in the original issue: I was confused by the name because it looked like a mistake to me and wanted to suggest changing it to avoid confusion. |
I'm 👍 to |
+1 for anything but |
The current name works until |
As I commented in #8, there is now an ESLint RFC up regarding creating the |
Sorry for the bikeshedding, but "
n
" sounds a bit minimal. Especially in the ESlint configuration rules.I believe any name would be suboptimal, but having the weird
node
in the name would, I believe be beneficial.Something like
node2
ornode-new
?The text was updated successfully, but these errors were encountered: