Julien Polo
Julien Polo
It seems the shebang `#!/usr/bin/env node` at the beginning of the bin file could solve the problem...
Yes we use in postversion hook with no args. I had some uncommitted unadded changes and I ran yarn version. In the mean time I saw that we also use...
Two additional features to this RFC would be interesting to investigate : - be able to set a rule for transitive/ non transitive dependency - be able to set a...
That would one of the best feature to have. I've tried to use Stage Files / Unstage Files but it is not very handy. Those two views could be totally...
One useful usecase could be to commit a "company" wide editorconfig so it is not global for the computer but just the company repos. For a node project the common...
Could reproduce with 🩹, so it seems to be a wider problem...
It seems that using [is-fullwidth-code-point](https://www.npmjs.com/package/is-fullwidth-code-point) And replacing the unicodeRegex with `unicodeResult = raw.split('').filter(isFullwidthCodePoint);` would validate the commit message. Would you accept a PR, or is this repo dead ?
IMHO the first case is not always explicit (is a comment attached to the next line or not ?) and therefore could be cause more harm than the problem. I...
I wrote a unit test : https://github.com/w5s/project-config/blob/main/packages/conventional-changelog/src/gitmoji.spec.ts If I copy paste the character into the unit test it does not pass.
Sorry my explanation was confusing. I meant by "reformatting the code other people wrote", that you are in VSCode, you save => it is possible that a code that you...