feat: add commitlint

This commit is contained in:
Ashutosh-Bhadauriya
2023-08-18 13:26:01 +05:30
committed by Mythie
parent d4b130a731
commit 1f79ca0a70
5 changed files with 1415 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no -- commitlint --edit $1
Regular → Executable
View File
+1
View File
@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
+1408
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -9,6 +9,8 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"dotenv": "^16.0.3",
"dotenv-cli": "^7.2.1",
"eslint": "^7.32.0",