tiptap/commitlint.config.mjs
bdbch e992e707b4
chore: added commitlint for conventional commit linting (#5133)
* chore: add commitlint for conventional commits
* fix: fix commit-msg executable
2024-05-11 03:34:37 +02:00

2 lines
64 B
JavaScript

export default { extends: ['@commitlint/config-conventional'] }