parallel-prettier
parallel-prettier copied to clipboard
Support --cache / --cache-strategy options
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.
bump