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

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 727b4c9 commit 77ac55a
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 @@
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"files": [
"lib",
"src"
Expand Down

0 comments on commit 77ac55a

Please # to comment.