1 Star 0 Fork 2.3K

jonny / jeecg-boot-vue3_1

forked from JEECG / jeecgboot-vue3 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
commitlint.config.js 653 Bytes
Copy Edit Raw Blame History
JEECG authored 2021-10-20 14:32 . jeecgboot vue3 ui
module.exports = {
ignores: [(commit) => commit.includes('init')],
extends: ['@commitlint/config-conventional'],
rules: {
'body-leading-blank': [2, 'always'],
'footer-leading-blank': [1, 'always'],
'header-max-length': [2, 'always', 108],
'subject-empty': [2, 'never'],
'type-empty': [2, 'never'],
'type-enum': [
2,
'always',
[
'feat',
'fix',
'perf',
'style',
'docs',
'test',
'refactor',
'build',
'ci',
'chore',
'revert',
'wip',
'workflow',
'types',
'release',
],
],
},
};
JavaScript
1
https://gitee.com/jonny1990/jeecg-boot-vue3_1.git
git@gitee.com:jonny1990/jeecg-boot-vue3_1.git
jonny1990
jeecg-boot-vue3_1
jeecg-boot-vue3_1
master

Search