Select Git revision
commitlint.config.js
-
Dafydd Jones authored
* Automated using https://github.com/myii/ssf-formula/pull/265
Dafydd Jones authored* Automated using https://github.com/myii/ssf-formula/pull/265
commitlint.config.js 246 B
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],
},
};