Content
@
0 reply
0 recast
2 reactions
Aaron Ho φ
@aho
Those managing a ts/js monorepo, how do you manage your configs (eslint, prettier, tsconfig, jest) for each app/package? any root level config? any advice?
2 replies
0 recast
1 reaction
Aaron Ho φ
@aho
What I've done so far (for jest config): created a package @org/config and imported it into my apps as `yarn workspace app add @org/config@workspace:*` and selectively extend/override each jest config. The monorepo did not had a common config before, each app/package have their own individual config.
0 reply
0 recast
0 reaction