Content pfp
Content
@
0 reply
0 recast
2 reactions

Aaron Ho φ pfp
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
2 reactions

Manu pfp
Manu
@mmatila
biome.json in the monorepo root and then extend (and override) it on the app/package level. depending on project size I'd probably create separate packages for tsconfig and jest and install them to apps that use them
0 reply
0 recast
0 reaction