ci: use JS commitlint configuration
This commit is contained in:
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"
|
Reference in New Issue
Block a user