We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ae1c36 + e67fcb2 commit 35ac86fCopy full SHA for 35ac86f
.commitlintrc.js
@@ -0,0 +1,3 @@
1
+module.exports = {
2
+ extends: ['@commitlint/config-conventional']
3
+};
package.json
@@ -9,6 +9,8 @@
9
"superagent": "^9.0.1"
10
},
11
"devDependencies": {
12
+ "@commitlint/cli": "17",
13
+ "@commitlint/config-conventional": "17",
14
"body-parser": "^1.20.2",
15
"cookie-parser": "^1.4.6",
16
"eslint": "^8.32.0",
0 commit comments