From b625da6f9828278a01819c3cdeb36059c3aab418 Mon Sep 17 00:00:00 2001 From: Andrew LeTourneau Date: Mon, 18 May 2026 09:32:22 -0500 Subject: [PATCH] ci: me, typo --- .commitlintrc.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.commitlintrc.js b/.commitlintrc.js index 0025947..b1efb91 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -7,7 +7,7 @@ module.exports = { 'chore', 'ci', 'docs', - 'wiki', + 'wiki', 'feat', 'fix', 'perf', @@ -15,9 +15,9 @@ module.exports = { 'revert', 'style', 'test', - 'vibe' - 'plan' - 'vision', + 'vibe', + 'plan', + 'vision' ]], }, };