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

View File

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