Skip to content

Commit 35ac86f

Browse files
authored
Merge pull request #854 from alxndrsn/commitlint
fix(dev): commitlint dev dependency & config
2 parents 2ae1c36 + e67fcb2 commit 35ac86f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.commitlintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional']
3+
};

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"superagent": "^9.0.1"
1010
},
1111
"devDependencies": {
12+
"@commitlint/cli": "17",
13+
"@commitlint/config-conventional": "17",
1214
"body-parser": "^1.20.2",
1315
"cookie-parser": "^1.4.6",
1416
"eslint": "^8.32.0",

0 commit comments

Comments
 (0)