mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-18 13:51:53 +01:00
8 lines
191 B
JavaScript
8 lines
191 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
parserPreset: 'conventional-changelog-conventionalcommits',
|
|
rules: {
|
|
'body-max-line-length': [2, 'always', 250],
|
|
},
|
|
}
|