chore: fix commitlint config (#374)

This commit is contained in:
J. Nick Koston 2025-01-21 18:12:22 -10:00 committed by GitHub
parent 94ba266539
commit b13712f4c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
module.exports = { export default {
extends: ["@commitlint/config-conventional"], extends: ["@commitlint/config-conventional"],
rules: { rules: {
"header-max-length": [0, "always", Infinity], "header-max-length": [0, "always", Infinity],