Summary
Currently configPath only supports one config for one project, imagine when we have a lot of configs and we need to reuse same config for README, LICENSE, CODE_OF_CONDUCT, etc.
So, the best solution I think is to add multiple configs on configPath.
Summary
Currently
configPathonly supports one config for one project, imagine when we have a lot of configs and we need to reuse same config forREADME,LICENSE,CODE_OF_CONDUCT, etc.So, the best solution I think is to add multiple configs on
configPath.