-
-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Labels
Description
Description of the problem
Currently, Gitmoji CLI only supports a single configuration file format: gitmoji-rc.json.
This limits flexibility for projects that could benefit from dynamic or typed configurations.
Supporting multiple file formats (including JavaScript and TypeScript) would allow configuration logic to be centralized and reused across tools.
Solution
Enable Gitmoji CLI to support additional configuration formats:
- gitmoji.config.js
- gitmoji.config.ts
- maybe others ...
Alternatives
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue requesting the same feature.