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):')]
};

1032
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -26,6 +26,8 @@
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"webpack": "5.90.3"