James Ringer
James Ringer
I updated my fork. It's not working yet and it's rough, but if you want to [take a look](https://github.com/kubernetes/git-sync/pull/699/commits/2f1d32161a4c4316714e88db20d79cff5c1ffff3).
@thockin I have not forgotten about this, but I'm on a modified schedule until the end of June with no time for oss. I'll circle back to this in July....
@JamieMason I looked through the help for each command. Looks like `--source` works for every command except `lint`. I believe `lint` is the only command that checks formatting. Is that...
> What kind of things did you have in mind for a single file? I apologize for not being more concise. What does `syncpack` do? Please correct me if I'm...
I'm using `pnpm` so `syncpack` uses workspaces and I don't necessarily need to use globs, but good to clarify for future readers.
Oh, I was thinking of the globs I might pass to `syncpack` via `--source`, but these globs are in the `lint-staged` config. Why did you write `"**/package.json": () => "syncpack...