mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-angular'],
|
|
rules: {
|
|
'subject-case': 'sentence-case',
|
|
},
|
|
};
|