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
Steps to Reproduce (for bugs)
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
Steps to Reproduce (for bugs)