Skip to content

Commit

Permalink
fix(commitlint): moved config from package.json to rc file
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Aug 12, 2018
1 parent 201611c commit 0fbd488
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"scope-empty": [2, "never"]
}
}
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"files": [
"lib",
"src"
Expand Down

0 comments on commit 0fbd488

Please sign in to comment.