Replies: 2 comments
-
Here there is a repository (https://github.com/Stefano31/ts-mono) with an example how to share configuration between submodules . In short way, you can create a submodule for example "common-config" and than you can use in others submodules |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a monorepo with 48 modules and I want to reuse the configuration in multiple submodules, what is the currently recommended way? Is it possible for me to use the config as a lib, like prettier/eslint?
Beta Was this translation helpful? Give feedback.
All reactions