Skip to content

Commit d6b32d9

Browse files
committed
chore: add commitlint configuration
1 parent ada1974 commit d6b32d9

3 files changed

Lines changed: 72 additions & 3 deletions

File tree

.commitlintrc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"extends": [
3+
"@commitlint/config-conventional"
4+
],
5+
"rules": {
6+
"body-max-line-length": [
7+
2,
8+
"always",
9+
200
10+
]
11+
}
12+
}

package-lock.json

Lines changed: 59 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
],
6161
"devDependencies": {
6262
"@auth/core": "^0.40.0",
63+
"@commitlint/config-conventional": "^20.5.0",
6364
"@jest/globals": "^30.0.5",
6465
"@mridang/eslint-defaults": "^1.6.1",
6566
"@semantic-release/commit-analyzer": "^13.0.1",

0 commit comments

Comments
 (0)