chore: add commitlint

This commit is contained in:
Christopher Willis-Ford 2024-03-08 17:58:02 -08:00
parent d91106bc9a
commit a3d685e2a5
3 changed files with 1029 additions and 9 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):')]
};