chore: add commitlint

This commit is contained in:
Christopher Willis-Ford 2023-12-20 19:05:00 -08:00
parent 34ac8e2fe3
commit 20bf634928
4 changed files with 3180 additions and 15 deletions

4
commitlint.config.js Normal file
View file

@ -0,0 +1,4 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [message => message.startsWith('chore(release):')]
};