Skip to content

Commit 1eff5a1

Browse files
committed
chore(github): add commit scope chore
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent dc9f2a0 commit 1eff5a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.commitlintrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { scopes } from '@flex-development/commitlint-config'
1818
const config: UserConfig = {
1919
extends: ['@flex-development'],
2020
rules: {
21-
'scope-enum': [Severity.Error, 'always', scopes(['plugin'])]
21+
'scope-enum': [Severity.Error, 'always', scopes(['chore', 'plugin'])]
2222
}
2323
}
2424

0 commit comments

Comments
 (0)