Skip to content

Commit a2f978f

Browse files
committed
chore: add commitlint configuration
1 parent d5d8efd commit a2f978f

3 files changed

Lines changed: 139 additions & 0 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: 126 additions & 0 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
@@ -27,6 +27,7 @@
2727
"tailwindcss": "^4.0.0"
2828
},
2929
"devDependencies": {
30+
"@commitlint/config-conventional": "^20.5.0",
3031
"@eslint/js": "^9.33.0",
3132
"@playwright/test": "^1.56.1",
3233
"@types/node": "^25.0.9",

0 commit comments

Comments
 (0)