We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2984394 commit 48ffbacCopy full SHA for 48ffbac
commitlint.config.mjs
@@ -1,4 +1,4 @@
1
-module.exports = {
+export default {
2
extends: ["@commitlint/config-conventional"],
3
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
4
rules: {
0 commit comments