Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 3fe03c3

Browse files
committed
ci: change to different commitlint base policy
1 parent 80c0712 commit 3fe03c3

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

.commitlintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
extends:
2-
- "@commitlint/config-conventional"
2+
- "@vidavidorra/commitlint-config"

package-lock.json

Lines changed: 43 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
},
1616
"devDependencies": {
1717
"@commitlint/cli": "^17.0.3",
18-
"@commitlint/config-conventional": "^17.0.3",
1918
"@jest/globals": "^28.1.2",
2019
"@types/ip": "^1.1.0",
2120
"@types/node": "^18.0.3",
2221
"@typescript-eslint/eslint-plugin": "^5.30.6",
2322
"@typescript-eslint/parser": "^5.30.6",
23+
"@vidavidorra/commitlint-config": "^4.0.4",
2424
"eslint": "^8.19.0",
2525
"eslint-config-prettier": "^8.5.0",
2626
"husky": "^8.0.1",

0 commit comments

Comments
 (0)