Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWarn when multiple configs are found #10124
Comments
|
Hey, |
|
@Mansehej go for it! |
|
Hello @Mansehej are you keep working on this issue? |
|
Hey @AndresContreras96, I am indeed. I have, infact, got it working, I'm trying to figure out writing tests for it. |


From #10123.
When we find a config file, we should also check if there is a
jestentry in any siblingpackage.jsonand print a warning that it is ignored.If using
--configwe should not warn.Motivation
Helps the user have correct and consistent configuration and helps when trying to debug why config is not applied.
Example