修改样式

This commit is contained in:
admin
2021-07-05 15:11:32 +08:00
parent 43f6875f2a
commit 0ec5b1c2fb
7 changed files with 27 additions and 31 deletions

View File

@@ -24,7 +24,7 @@ const scopes = [
'dev',
'build',
'deploy',
'other',
'other'
]
module.exports = {
@@ -42,7 +42,7 @@ module.exports = {
'type-enum': [
2,
'always',
['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test', 'improvement'],
],
},
['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test', 'improvement']
]
}
}