chore: add commitlinting and husky hook

This commit is contained in:
Jasper Vaneessen 2022-05-02 11:51:15 +02:00 committed by Joachim Van Herwegen
parent 1af0f77977
commit c354f88f49
3 changed files with 1200 additions and 6 deletions

1
commitlint.config.js Normal file
View File

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

1203
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -132,6 +132,8 @@
"yargs": "^17.3.1" "yargs": "^17.3.1"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@inrupt/solid-client-authn-core": "^1.11.5", "@inrupt/solid-client-authn-core": "^1.11.5",
"@inrupt/solid-client-authn-node": "^1.11.5", "@inrupt/solid-client-authn-node": "^1.11.5",
"@microsoft/tsdoc-config": "^0.15.2", "@microsoft/tsdoc-config": "^0.15.2",