chore: disable scope-case rule for commitlint (#7507)

This commit is contained in:
Vlad Frangu
2022-02-20 14:35:20 +02:00
committed by GitHub
parent b12214922c
commit 3e105a0bbb

View File

@@ -5,6 +5,7 @@
2,
"always",
["chore", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", "types", "typings"]
]
],
"scope-case": [0]
}
}