Skip to content

Commit

Permalink
build: add allowed list of scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Feb 8, 2023
1 parent c1949d0 commit 30659e3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .commitlintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": {}
"rules": {
"scope-enum": [
2,
"always",
[
"reporters",
"reporter-tap",
"reporter-fancy",
"runner",
"utils",
"utils-colors",
"utils-node",
"cli",
"githooks"
]
]
}
}

0 comments on commit 30659e3

Please sign in to comment.