You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, we have packages which were originally published under one package name but have since moved to another package name for various reasons e.g.
Usually in these cases, the NPM package page cannot be updated by the current maintainers so it's not always easy for people coming across the package to realise that the package is currently maintained under a different name. I also think about the case where we have a project that hasn't been maintained in a while and so it's not obvious that to upgrade the packages to the latest version, you need to look for the package under a different name.
Would this be a suitable place to add these suggestions so that it can linted with eslint-plugin-depend?
The text was updated successfully, but these errors were encountered:
I think it makes sense to add them here (and therefore to the eslint plugin) 👍
the question is if we add them to the preferred manifest or we make a new one. maybe they are fine to go in the existing preferred manifest since its basically an opinionated list of "we prefer package A over package B"
Sometimes, we have packages which were originally published under one package name but have since moved to another package name for various reasons e.g.
@vitest/eslint-plugin
to use latest updates. vitest-dev/eslint-plugin-vitest#537)Usually in these cases, the NPM package page cannot be updated by the current maintainers so it's not always easy for people coming across the package to realise that the package is currently maintained under a different name. I also think about the case where we have a project that hasn't been maintained in a while and so it's not obvious that to upgrade the packages to the latest version, you need to look for the package under a different name.
Would this be a suitable place to add these suggestions so that it can linted with eslint-plugin-depend?
The text was updated successfully, but these errors were encountered: