From f28269e63d332186ebc80c8fa6b44d119cece628 Mon Sep 17 00:00:00 2001 From: Kostiantyn Dvornik Date: Mon, 29 Jul 2024 17:22:20 +0300 Subject: [PATCH] chore: lint --- src/other/rjsf/RJSForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/other/rjsf/RJSForm.tsx b/src/other/rjsf/RJSForm.tsx index 2c20ec7..d1a8031 100644 --- a/src/other/rjsf/RJSForm.tsx +++ b/src/other/rjsf/RJSForm.tsx @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable react/jsx-props-no-spreading */ import { FormProps } from "@rjsf/core"; import Form from "@rjsf/mui";