feat: add commitlint

This commit is contained in:
Krzysztof Durek
2024-07-18 12:06:13 +02:00
parent 1e4217315b
commit 1f09c06274
4 changed files with 522 additions and 17 deletions
+5
View File
@@ -126,6 +126,8 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/bcrypt": "5.0.2",
"@types/dockerode": "3.3.23",
"@types/js-yaml": "4.0.9",
@@ -167,5 +169,8 @@
"*": [
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
]
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
}
}