Skip to content

Commit

Permalink
refactor: use new peakfijn commitlint package
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 25, 2019
1 parent 93416af commit 75047e4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"p-reduce": "^1.0.0"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/travis-cli": "^7.0.0",
"@peakfijn/config-commitlint": "^1.0.0",
"@semantic-release/changelog": "^3.0.0",
"ava": "^0.25.0",
"clear-module": "^3.0.0",
Expand Down Expand Up @@ -89,6 +89,23 @@
"path": "./node_modules/cz-changelog-peakfijn"
}
},
"commitlint": {
"extends": [
"@peakfijn/config-commitlint"
],
"rules": {
"scope-empty": [
0
],
"scope-enum": [
2,
"always",
[
"package"
]
]
}
},
"greenkeeper": {
"commitMessages": {
"initialBadge": "documentation: add greenkeeper badge",
Expand Down

0 comments on commit 75047e4

Please sign in to comment.