ci: use JS commitlint configuration

This commit is contained in:
Gleb Koval 2025-02-25 21:49:23 +00:00
parent c9723f9359
commit 64b015e494
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 4 additions and 1 deletions

4
.commitlintrc.js Normal file
View File

@ -0,0 +1,4 @@
export default {
extends: ['@commitlint/config-conventional'],
ignores: [commit => commit.startsWith("Local Mutable Chains\n")]
}

View File

@ -1 +0,0 @@
extends: "@commitlint/config-conventional"