Results 5 comments of Akino

Hey there, wonderful people! I'm thrilled to share that I've revamped a version specifically tailored for Vue3. You can explore it right here: https://github.com/v-vibe/vue-styled-components. Plus, I've put together comprehensive documentation...

> Hello, I had a similar problem. After setting up commitlint with husky I tried to commit with an invalid message to test the hook and then tried to commit...

I found the solution: we should execute the command `"npx --no-commitlint --edit ${1}"` at the `commit-msg` hook instead of the `pre-commit` hook. This way, commitlint can take the `current commit...