mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 15:09:22 +01:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
|
|
module.exports = {
|
||
|
|
extends: ['@commitlint/config-conventional'],
|
||
|
|
rules: {
|
||
|
|
'scope-case': [0],
|
||
|
|
'subject-case': [2, 'always', 'sentence-case'],
|
||
|
|
'header-max-length': [0],
|
||
|
|
},
|
||
|
|
};
|