mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03: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],
|
|
},
|
|
};
|