mirror of
https://github.com/jamcalli/Pulsarr.git
synced 2025-12-18 08:54:20 -06:00
8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
export default {
|
|
extends: ['@commitlint/config-conventional'],
|
|
rules: {
|
|
'body-max-line-length': [0, 'always'],
|
|
'footer-max-line-length': [0, 'always'],
|
|
},
|
|
}
|