Prints files that are "unused" (not imported by anyone and doesn't import anything)
The end result is a "prettified" file structure.
Disclaimer
This is a work in progress and 100% has bugs of some kind in it
BEFORE running this tool on your codebase, make sure you have commited to git or made a backup (I don't expect the tool to destroy your work (although it's possible), but just in case you don't like the results)
Snapshot tests don't format correctly
Only works on JavaScript/TypeScript codebases (althought this concept could probably be extended to any language)