TypeStat icon indicating copy to clipboard operation
TypeStat copied to clipboard

Account for file renames and React propType optionality in config generation

Open JoshuaKGoldberg opened this issue 4 years ago • 0 comments

🚀 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?

JoshuaKGoldberg avatar Dec 07 '20 03:12 JoshuaKGoldberg