Skip to content

Commit

Permalink
feat(tooling): add new scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 4, 2022
1 parent c61f39a commit 7812bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Configuration: UserConfig = {
'scope-enum': [
2, 'always',
[
'', 'deps', 'example', 'release', 'tooling', 'cleanup', 'readme',
'', 'icons', 'styling', 'deps', 'example', 'release', 'tooling', 'cleanup', 'readme',
...composables.map(item => item.replace(/.ts/g, '')).filter(item => item !== 'index'),
],
],
Expand Down

0 comments on commit 7812bfe

Please sign in to comment.