Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 77ac55a

Browse files
fix(commitlint): moved config from package.json to rc file
1 parent 727b4c9 commit 77ac55a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.commitlintrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": ["@commitlint/config-conventional"],
3+
"rules": {
4+
"scope-empty": [2, "never"]
5+
}
6+
}

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"semantic-release": "semantic-release",
2323
"travis-deploy-once": "travis-deploy-once"
2424
},
25-
"commitlint": {
26-
"extends": [
27-
"@commitlint/config-conventional"
28-
]
29-
},
3025
"files": [
3126
"lib",
3227
"src"

0 commit comments

Comments
 (0)