mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update commit linting
This commit is contained in:
parent
081593e39b
commit
76ec9631ef
@ -1 +1,10 @@
|
||||
module.exports = { extends: ['@commitlint/config-conventional'] };
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'subject-case': [
|
||||
2,
|
||||
'never',
|
||||
['start-case', 'kebab-case', 'snake-case'],
|
||||
],
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user