Skip to content

Commit

Permalink
fix: commit lint♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
james-gates-0212 committed Mar 27, 2024
1 parent 6a5fa9f commit 9de2387
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ e.g.
```bash
add
adopt
apply
build
chore
config
docs
feat
fix
init
refactor
remove
style
Expand Down
16 changes: 15 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,21 @@ const config = {
'type-enum': [
2,
'always',
['add', 'adopt', 'build', 'chore', 'docs', 'feat', 'fix', 'refactor', 'remove', 'style'],
[
'add',
'adopt',
'apply',
'build',
'chore',
'config',
'docs',
'feat',
'fix',
'init',
'refactor',
'remove',
'style',
],
],
},
};
Expand Down

0 comments on commit 9de2387

Please # to comment.