mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
build: Update linting config
This commit is contained in:
6
commitlint.config.js
Normal file
6
commitlint.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-angular'],
|
||||
rules: {
|
||||
'subject-case': 'sentence-case',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user