From e3fa19e869dd7b1d861efb8a6ea525968c2dae2d Mon Sep 17 00:00:00 2001 From: Robert Timm Date: Fri, 4 Oct 2024 13:41:02 +0000 Subject: [PATCH] fix: lint --- nx.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nx.json b/nx.json index 440015c5b..079593bd7 100644 --- a/nx.json +++ b/nx.json @@ -8,14 +8,14 @@ } }, "release": { - "conventionalCommits": { - "types": { - "docs": true, - "chore": true, - "feat": true, - "fix": true - } - }, + "conventionalCommits": { + "types": { + "docs": true, + "chore": true, + "feat": true, + "fix": true + } + }, "groups": { "images": { "projects": [ "build/*" ]