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
I'd rather avoid adding libraries to my projects that transitively pull in huge dependency chains because they rely on libraries like deep-equal or be alerted to libraries that depend on unmaintained libraries so that I can help them address it.
It would also be nice to have an option to apply this only to dependencies or to both dependencies plus devDependencies. I'd most likely to avoid these issues in dependencies so that I don't inadvertently propagate them. But if I can limit them everywhere in at least some of my smaller more important projects that would be quite nice as well.
The text was updated successfully, but these errors were encountered:
i wonder if this should live in some kind of CLI that sources from the same module-replacements repo
it'd be quite far from a lint rule anymore since it is effectively linting the tree at that point rather than an individual file (which is what eslint is for)
someone mentioned in the discord a while back something similar, as not all projects have eslint setup. a tool to detect these dependencies in general could be helpful
I'd rather avoid adding libraries to my projects that transitively pull in huge dependency chains because they rely on libraries like deep-equal or be alerted to libraries that depend on unmaintained libraries so that I can help them address it.
It would also be nice to have an option to apply this only to dependencies or to both dependencies plus devDependencies. I'd most likely to avoid these issues in dependencies so that I don't inadvertently propagate them. But if I can limit them everywhere in at least some of my smaller more important projects that would be quite nice as well.
The text was updated successfully, but these errors were encountered: