Cheeshian Chuah

Results 1 issues of Cheeshian Chuah

```jsonc // package.json { "type": "module" } ``` ```jsonc // tsconfig.json { "compilerOptions": { "module": "node16" } } ``` ## Expected Behavior With the given setup above, executing `npx commitlint...

bug
help wanted