chore: first commit 🎉
This commit is contained in:
commit
9c5f9ebf23
28 changed files with 6264 additions and 0 deletions
10
commitlint.config.js
Normal file
10
commitlint.config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
const commitlintConfig = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'header-max-length': [2, 'always', 128],
|
||||
'body-max-line-length': [2, 'always', 256],
|
||||
'footer-max-line-length': [2, 'always', 256],
|
||||
},
|
||||
};
|
||||
|
||||
export default commitlintConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue