From 9f1802c45d9e0e0f6d58b0602fb446be99890236 Mon Sep 17 00:00:00 2001 From: Juri Date: Mon, 11 Apr 2022 10:27:01 +0200 Subject: [PATCH] docs(linter): add link to module boundaries blog post --- docs/shared/monorepo-tags.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/shared/monorepo-tags.md b/docs/shared/monorepo-tags.md index 5c563f2b709b9..7e03d36958968 100644 --- a/docs/shared/monorepo-tags.md +++ b/docs/shared/monorepo-tags.md @@ -394,3 +394,7 @@ Another common example is ensuring that util libraries stay framework-free by ba // ... more ESLint config here } ``` + +## Further reading + +- [Article: Taming Code Organization with Module Boundaries in Nx](https://blog.nrwl.io/mastering-the-project-boundaries-in-nx-f095852f5bf4)