AndreaPontrandolfo / sheriff

A comprehensive and opinionated Typescript-first ESLint configuration.
https://www.eslint-config-sheriff.dev
MIT License
106 stars 7 forks source link

Use Typesync Monorepo support #193

Open lishaduck opened 1 month ago

lishaduck commented 1 month ago

https://github.com/AndreaPontrandolfo/sheriff/blob/1191582abafb6edc0979f6e4bcc960ed8c340299/package.json#L16

8a01931f301ee09f21c575f7af0c9c2d9e896105 updated Typesync to v0.13, but kept the individual scripts. It'd be more efficient to just run it from the root. 🤞 it ought to pick up the packages and do it all concurrently, but without the startup cost of npx+node. And it'd work without needing to be added per-package.

AndreaPontrandolfo commented 1 month ago

Does it means we can also have a single .typesyncrc.json at root?

Can you PR this?

lishaduck commented 1 month ago

Does it means we can also have a single .typesyncrc.json at root?

Yes.

Can you PR this?

I'll try to get to it sometime.