Replies: 1 comment 3 replies
-
Thank you, @slifty! There's no team, by the way. It's just me and I've been busy with Nix related work. But I try to keep this up to date. The rule seems like a good candidate to me. Would you be interested in adding it? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I love this project (I hope you get this a lot)
I'm cleaning up a legacy eslint config and we're generally trying to adopt community standards and minimize our local overrides.
That said, we had
import/no-extraneous-dependencies
enabled and I was curious what thelove
team thought about the rule, since it isn't enabled by your config at the moment. I'm mostly curious if it is intentionally omitted on your end (e.g. this functionality already covered by another rule, the rule is unhelpful, or the rule requires local context to be properly configured e.g. devDependency options) or if it would be desired.At a glance of the documentation it seemed to be useful.
Beta Was this translation helpful? Give feedback.
All reactions