ci: use JS commitlint configuration
This commit is contained in:
parent
c9723f9359
commit
64b015e494
4
.commitlintrc.js
Normal file
4
.commitlintrc.js
Normal file
@ -0,0 +1,4 @@
|
||||
export default {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
ignores: [commit => commit.startsWith("Local Mutable Chains\n")]
|
||||
}
|
@ -1 +0,0 @@
|
||||
extends: "@commitlint/config-conventional"
|
Loading…
x
Reference in New Issue
Block a user