Skip to content

Commit

Permalink
chore(github): add commit scope chore
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Feb 21, 2024
1 parent dc9f2a0 commit 1eff5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .commitlintrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { scopes } from '@flex-development/commitlint-config'
const config: UserConfig = {
extends: ['@flex-development'],
rules: {
'scope-enum': [Severity.Error, 'always', scopes(['plugin'])]
'scope-enum': [Severity.Error, 'always', scopes(['chore', 'plugin'])]
}
}

Expand Down

0 comments on commit 1eff5a1

Please sign in to comment.