escapedcat

Results 637 comments of escapedcat

Everything is being turned to ESM 🎉

I would probably just stay on v5 for now.

Hm, sorry, nor sure. Is this a Husky/CRA issue?

Had a look. Tried: ```js ignores: [ (commit) => { console.log('INPUT:', `START${commit}END`) console.log('COMMIT type:', typeof commit) console.log('DIRECT true/false:', commit === 'hello') return commit === 'hello' }, ], ``` Turns out:...

Maybe try to start logging things in here: https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/rules/src/type-empty.ts See what you find. Does this help?

> at first sight, the problem would come from the "conventional-commits-parser". Here is its return Hm, I had a look briefly but wasn't sure. Maybe have a look here: https://github.com/conventional-commits/parser...

@FelixLgr is this ready? What about the commented out tests? Wasn't sure if that's supposed to be that way I guess. If yes, would you mind explaininig it again and...

Pity, looks like it's somehow picking this up?: https://gitlab.mim-libre.fr/alphabet/laboite-blog-api/-/blob/dev/tsconfig.json#L3 Never had an issue with other projects using tsconfig. Not sure when we can get to this.