feat: (🎸) add onClick prop to component

This commit is contained in:
Leifer Mendez
2022-11-29 10:22:37 +01:00
parent 37d04e9e89
commit 4ae389846d
5 changed files with 2 additions and 13 deletions

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx commitlint --edit $1

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
exec < /dev/tty && git cz --hook || true

View File

@@ -1,6 +1,6 @@
[![Test / Coverage](https://github.com/leifermendez/bot-whatsapp/actions/workflows/ci.yml/badge.svg)](https://github.com/leifermendez/bot-whatsapp/actions/workflows/ci.yml)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
--------
🦊 Documentación: [https://bot-whatsapp.pages.dev/](https://bot-whatsapp.pages.dev/)
Video como hacer PR: https://youtu.be/Lxt8Acob6aU

View File

@@ -1 +0,0 @@
module.exports = { extends: ['@commitlint/config-conventional'] }

View File

@@ -52,8 +52,6 @@
"repository": "https://github.com/leifermendez/bot-whatsapp",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
@@ -84,7 +82,7 @@
"author": "Leifer Mendez <leifer33@gmail.com>",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "git-cz"
}
}
}