are there any ways to lint unused injected services using typedi via @Inject node.js

I am trying to find the way how to add rule to linter js to check unnecessary(unused) services that were injected via @Inject from typedi package(v 0.8.0)?
Do you have any advices? Thanks in advance!
node.js(typescript).