We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa1c03 commit 173a85dCopy full SHA for 173a85d
commitlint.config.js
@@ -0,0 +1 @@
1
+module.exports = {extends: ['@commitlint/config-conventional']};
package.json
@@ -40,6 +40,8 @@
40
"statements": 99
41
},
42
"devDependencies": {
43
+ "@commitlint/cli": "^13.2.1",
44
+ "@commitlint/config-conventional": "^13.2.0",
45
"@release-it/conventional-changelog": "^3.3.0",
46
"@typescript-eslint/parser": "^5.0.0",
47
"auto-changelog": "^2.3.0",
0 commit comments