From f9795fbf93e2fc038c05916bf0a3357820efa89e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 12 May 2025 20:01:06 +0200 Subject: [PATCH] chore(deps-dev): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/types/JsonType.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/JsonType.ts b/src/types/JsonType.ts index a7a6103e..515ce25f 100644 --- a/src/types/JsonType.ts +++ b/src/types/JsonType.ts @@ -1,4 +1,3 @@ -// eslint-disable-next-line @typescript-eslint/consistent-indexed-object-style export type JsonObject = { [key in string]?: JsonType } -- 2.43.0