Add support for bundleDependencies in noUndeclaredDependencies
#9065
mdrobny
started this conversation in
Rule suggestion
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Missing option in existing rule
I noticed that existing rule noUndeclaredDependencies supports 4 out of 5 dependency types defined by NPM. It's missing bundleDependencies support.
When I am importing from package defined in
bundleDependenciesI get Biome lint errorContext
I am using
bundleDependenciesbecause I am working in a monorepo where one of the workspaces is published as an NPM package but it uses another workspace as a dependency (so it cannot be a normal dependency)Would it it be possible to add support for
bundleDependenciesinnoUndeclaredDependencies.I am open to trying out contributing this feature if it makes sense
Beta Was this translation helpful? Give feedback.
All reactions