You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I am doing a POC with NX along with module boundaries. all the projects are react projects
When I am doing I have a use case that no imports should happen between projects. How can we stop developers from importing those files?
In the root .eslintrc.json file I gave the below code, here main is able to load files even from other libs which I haven't listed. It is not showing any errors
Currently, I am doing a POC with NX along with module boundaries. all the projects are react projects
When I am doing I have a use case that no imports should happen between projects. How can we stop developers from importing those files?
In the root .eslintrc.json file I gave the below code, here main is able to load files even from other libs which I haven't listed. It is not showing any errors
Is there an example referring to all the above cases?
The text was updated successfully, but these errors were encountered: