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
This rule aims to notify about potential code smell or a module doing too much based on the number of imported dependencies.
It doesn't differentiate between regular imports and type imports though. Type imports are neither indicating code smell nor do they indicate that a module is doing too much.
Therefore it might be good to implement a new option allowing or disallowing the consideration of type imports.
Note: this would only influence users of Typescript and Flow.
The text was updated successfully, but these errors were encountered:
This rule aims to notify about potential code smell or a module doing too much based on the number of imported dependencies.
It doesn't differentiate between regular imports and type imports though. Type imports are neither indicating code smell nor do they indicate that a module is doing too much.
Therefore it might be good to implement a new option allowing or disallowing the consideration of type imports.
Note: this would only influence users of Typescript and Flow.
The text was updated successfully, but these errors were encountered: