Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
chore(github): add commit scopes - cjs, config, esm, hybrid, …
Browse files Browse the repository at this point in the history
…`utils`
  • Loading branch information
unicornware committed Oct 10, 2021
1 parent 92abec0 commit 8212043
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .commitlintrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,22 @@ const config: UserConfig = {
2,
'always',
[
'cjs',
'config',
'deploy',
'deps',
'deps-dev',
'deps-opt',
'deps-peer',
'esm',
'github',
'hybrid',
'release',
'scripts',
'tests',
'tools',
'typescript',
'utils',
'workflows',
'yarn'
]
Expand Down

0 comments on commit 8212043

Please sign in to comment.