TypeStat
TypeStat copied to clipboard
Account for file renames and React propType optionality in config generation
🚀 Feature Request
The generated configuration files for React right now are pretty sparse. Also, annoyingly, if you re-run typestat a second time after file renames when the original config suggested including just .js/.jsx files, it hits 0 files because they were all renamed.
Existing Behavior
No such features.
Change Proposal
When renaming files, do a second pass?