@commitlint/[email protected] throws on load of javascript config missing ts-node #3347
Closed

Description
Running commitlint with a js config fails for me since today on CI as the load module needs ts-node package, but doesn't find it. I can reproduce it locally.
Expected Behavior
Expected to be able to run commitlint on configs without typescript and without installing additional packages manually.
Current Behavior
Loader fails to run, requires to install ts-node manually.
Affected packages
- cli
- core
- prompt
- config-angular