Open Issues Need Help
View All on GitHub Configuration file flexibility about 2 months ago
AI Summary: This enhancement proposes adding support for multiple configuration file formats and locations to improve flexibility. It suggests reading settings from a `.passablerc` file, a `passable` node within `package.json`, and potentially a `.passablerc.yaml` file. Additionally, it explores the possibility of integrating configuration from `.editorconfig` files.
Complexity:
3/5
enhancement good first issue
Move the default configuration into a separate file about 2 months ago
AI Summary: This issue proposes refactoring the project's default configuration. Currently, the configuration is embedded directly within the `config.ts` source file, but due to its expansion, the plan is to extract it into a separate, dedicated file for better organization.
Complexity:
2/5
enhancement good first issue