Expected Behavior
Hi, I noticed that commitlint installs Jiti as transitional dependency
In my project I try to reduce deps amount and size
As I understand Jiti is a dependency of cosmiconfig
Is it possible to support such feature as make Jiti optional?
In modern Node.js it is possible to use TS out of the box (with limitations but for configurations it will be enough I think)
Current Behavior
Now Jiti is automatically installs with commitlint
Affected packages
Possible Solution
No response
Context
No response