From 0fd93fcb7318cf2e8a4a88ef814a33275ea245e2 Mon Sep 17 00:00:00 2001 From: Arthur Beck Date: Wed, 30 Apr 2025 15:24:00 -0500 Subject: [PATCH 1/2] chore(config): add commitlint config --- kernel/commitlint.config.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 kernel/commitlint.config.js diff --git a/kernel/commitlint.config.js b/kernel/commitlint.config.js new file mode 100644 index 0000000..0fca76f --- /dev/null +++ b/kernel/commitlint.config.js @@ -0,0 +1 @@ +export default {extends: ['@commitlint/config-conventional']}; From a03f1f7ef1bc694dd55945762b4bc7cf167b9854 Mon Sep 17 00:00:00 2001 From: Arthur Beck Date: Wed, 30 Apr 2025 15:24:56 -0500 Subject: [PATCH 2/2] chore(config): move commitlint config to the root of the repository --- kernel/commitlint.config.js => commitlint.config.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename kernel/commitlint.config.js => commitlint.config.js (100%) diff --git a/kernel/commitlint.config.js b/commitlint.config.js similarity index 100% rename from kernel/commitlint.config.js rename to commitlint.config.js