Skip to content

Commit 7ea1502

Browse files
committed
chore: fix commitlint config
1 parent f18d1f5 commit 7ea1502

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = {extends: ['@commitlint/config-conventional']}
1+
module.exports = {extends: ['@jedwards1211/commitlint-config']}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"devDependencies": {
5555
"@commitlint/cli": "^6.0.2",
5656
"@commitlint/config-conventional": "^6.0.2",
57+
"@jedwards1211/commitlint-config": "^1.0.0",
5758
"@jedwards1211/eslint-config": "^2.0.0",
5859
"@jedwards1211/eslint-config-flow": "^1.0.0",
5960
"babel-cli": "^6.23.0",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
version "6.0.2"
1919
resolved "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-6.0.2.tgz#8ef87a6facb75b3377b2760b0e91097f8ec64db4"
2020

21+
"@commitlint/config-conventional@^6.1.3":
22+
version "6.1.3"
23+
resolved "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-6.1.3.tgz#6c06eeae04c5ac789c3618df4d52aeda89ffb810"
24+
2125
"@commitlint/core@^6.0.2":
2226
version "6.0.2"
2327
resolved "https://registry.npmjs.org/@commitlint/core/-/core-6.0.2.tgz#8e79e18d57ea3d30ca4bbfdf028d5f5d0cd3e422"
@@ -102,6 +106,12 @@
102106
dependencies:
103107
find-up "^2.1.0"
104108

109+
"@jedwards1211/commitlint-config@^1.0.0":
110+
version "1.0.0"
111+
resolved "https://registry.npmjs.org/@jedwards1211/commitlint-config/-/commitlint-config-1.0.0.tgz#a3e56e5cd5c78a923c7c49f08fbbdc7b02756fd7"
112+
dependencies:
113+
"@commitlint/config-conventional" "^6.1.3"
114+
105115
"@jedwards1211/eslint-config-flow@^1.0.0":
106116
version "1.0.0"
107117
resolved "https://registry.npmjs.org/@jedwards1211/eslint-config-flow/-/eslint-config-flow-1.0.0.tgz#306baa90573f772342f53bef67ef4f2fe3f7cb8c"

0 commit comments

Comments
 (0)