Skip to content

Commit da95846

Browse files
committed
chore: update commitlint settings for changesets
1 parent 6797fa2 commit da95846

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

commitlint.config.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
// biome-ignore lint/style/noDefaultExport: <explanation>
2-
export default { extends: ["@commitlint/config-conventional"] };
1+
// biome-ignore lint/style/noDefaultExport: Required
2+
export default {
3+
extends: ["@commitlint/config-conventional"],
4+
ignores: [(commit: string) => commit.startsWith("[ci]")],
5+
};

0 commit comments

Comments
 (0)