mirror of
https://github.com/feathericons/feather.git
synced 2026-05-11 03:00:04 -04: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],
|
|
},
|
|
};
|