Prettier v2.7.0 just shipped with support for --cache and --cache-strategy options that allow prettier to skip doing work on files that have not changed.
It'd be great if parallel-prettier could support the same options and cache file to avoid work where possible and make it even faster.
Prettier v2.7.0 just shipped with support for
--cacheand--cache-strategyoptions that allow prettier to skip doing work on files that have not changed.It'd be great if parallel-prettier could support the same options and cache file to avoid work where possible and make it even faster.