Skip to content

Commit

Permalink
chore: remove @design-blocks/core, remove @design-blocks/primitives
Browse files Browse the repository at this point in the history
… of @design-blocks/native
  • Loading branch information
wootsbot committed Oct 9, 2023
1 parent 0acc06c commit 6c1409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .commitlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": ["@commitlint/config-conventional"],
"rules": {
'scope-case': [2, 'always', ['lower-case', 'camel-case', 'upper-case', 'pascal-case']],
"type-enum": [2, 'always', ['chore', 'docs', 'feat', 'fix', 'hotfix', 'RFC', 'revert', 'test']],
"type-enum": [2, 'always', ['chore', 'docs', 'feat', 'fix', 'hotfix', 'RFC', 'ci', 'revert', 'test']],
}
}

0 comments on commit 6c1409e

Please sign in to comment.