f7c911a022
* Automated using https://github.com/myii/ssf-formula/pull/265
9 lines
246 B
JavaScript
9 lines
246 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
rules: {
|
|
'body-max-line-length': [2, 'always', 120],
|
|
'footer-max-line-length': [2, 'always', 120],
|
|
'header-max-length': [2, 'always', 72],
|
|
},
|
|
};
|