TypeStat icon indicating copy to clipboard operation
TypeStat copied to clipboard

Feature: auto-detect Prettier as a post-processor in CLI

Open JoshuaKGoldberg opened this issue 3 years ago • 0 comments

🚀 Feature Request

In the npx typestat getting started CLI that generates a typestat.json, if a Prettier configuration is detected, it should offer to add it as a post-processor.

Existing Behavior

Mutators don't generally put effort into respecting Prettier settings. As a result, auto-fixed code often would not pass Prettier.

Change Proposal

"Hey, would you like to have Prettier run on mutated files?"

JoshuaKGoldberg avatar Jul 26 '22 18:07 JoshuaKGoldberg