We already have set up eslint rules (no-unused-vars) to detect unused vars and also unused imports. What we are struggling to find is unused components, state management codes, css styles and unused service methods.
I am trying to find a command / package which will scan through all our codebase and find these unused codes.