Migrate pretty-quick to tinyexec #85
Labels
has pr
This issue has a corresponding PR in the target repo
needs first contact
It is unclear if the maintainer of the repo is open for e18e
pretty-quick currently uses
execa
:https://github.com/prettier/pretty-quick/blob/b5e00ba235a246bc087e3b800ef96916f2e05684/src/scms/git.ts#L47-L49
this can be replaced with
tinyexec
, a lighter alternative.all usages are basic, so this should be an easy migration
The text was updated successfully, but these errors were encountered: