Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
fix: allow package scope for greenkeeper only (#24)
Browse files Browse the repository at this point in the history
This should not be used. All commits including this scope must be squashed.
  • Loading branch information
byCedric authored Oct 9, 2018
1 parent eecdb00 commit 0623aa4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
"commitlint": {
"extends": [
"@peakfijn/config-commitlint"
]
],
"rules": {
"scope-empty": [0],
"scope-enum": [2, "always", ["package"]]
}
},
"eslintConfig": {
"extends": "react-app",
Expand Down

0 comments on commit 0623aa4

Please sign in to comment.