Skip to content

Commit 8d29ab1

Browse files
fix: commit lint♻️
1 parent bf1cdfc commit 8d29ab1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,14 @@ e.g.
6363
```bash
6464
add
6565
adopt
66+
apply
6667
build
6768
chore
69+
config
6870
docs
6971
feat
7072
fix
73+
init
7174
refactor
7275
remove
7376
style

commitlint.config.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,21 @@ const config = {
5252
'type-enum': [
5353
2,
5454
'always',
55-
['add', 'adopt', 'build', 'chore', 'docs', 'feat', 'fix', 'refactor', 'remove', 'style'],
55+
[
56+
'add',
57+
'adopt',
58+
'apply',
59+
'build',
60+
'chore',
61+
'config',
62+
'docs',
63+
'feat',
64+
'fix',
65+
'init',
66+
'refactor',
67+
'remove',
68+
'style',
69+
],
5670
],
5771
},
5872
};

0 commit comments

Comments
 (0)