motivation
In a monorepo, multiple projects need to share the configuration, instead of each project writing its own command line parameters or configuration file, which is actually annoying, it would be nice if there was a way to specify the configuration via a simple option
Promise<Config>
Existing program
The eslint approach is through the extends option, ref: https://eslint.org/docs/latest/user-guide/configuring/configuration-files#adding-shared-settings
prettier can directly point to a package, ref: https://prettier.io/docs/en/configuration.html#sharing-configurations
If you'd like to include this functionality, I'm willing to implement it
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too