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 role will have two use cases: warning if unnecessary @Injectable decorator was applied, and another warning if something is injecting into the class, but @Injectable decorator was not applied.
Acceptance Criteria
I think I covered everything in description.
The text was updated successfully, but these errors were encountered:
Another useful features request related with dependency injection is that in @typescript-eslint/consistent-type-importsimport type when imported class is using for dependency injection and causes errors.
Description
This role will have two use cases: warning if unnecessary
@Injectable
decorator was applied, and another warning if something is injecting into the class, but@Injectable
decorator was not applied.Acceptance Criteria
I think I covered everything in description.
The text was updated successfully, but these errors were encountered: