We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6797fa2 commit da95846Copy full SHA for da95846
commitlint.config.ts
@@ -1,2 +1,5 @@
1
-// biome-ignore lint/style/noDefaultExport: <explanation>
2
-export default { extends: ["@commitlint/config-conventional"] };
+// biome-ignore lint/style/noDefaultExport: Required
+export default {
3
+ extends: ["@commitlint/config-conventional"],
4
+ ignores: [(commit: string) => commit.startsWith("[ci]")],
5
+};
0 commit comments