Hacker News new | ask | show | jobs
by beefsack 3627 days ago
The ideal solution is a migration path; retain support for config in project root, but check a configuration directory first.
2 comments

Workable. It'd be nice to clean up the global namespace a bit. Especially when it's a single-repo project.
I think you'll want to check the root first then config to avoid breaking existing projects, but I'm a big +1 on this idea.