From f6605afa28a4440074e1e61e3cb677bd0b70f871 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 3 Dec 2025 19:56:26 +0100 Subject: [PATCH] linting: remove comment for deprecated rule --- lib/src/Components/Map/hooks/useLeafletRefs.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/Components/Map/hooks/useLeafletRefs.tsx b/lib/src/Components/Map/hooks/useLeafletRefs.tsx index 456456ea..0cee4213 100644 --- a/lib/src/Components/Map/hooks/useLeafletRefs.tsx +++ b/lib/src/Components/Map/hooks/useLeafletRefs.tsx @@ -1,5 +1,4 @@ /* eslint-disable react/prop-types */ -/* eslint-disable @typescript-eslint/ban-types */ import { useCallback, useReducer, createContext, useContext } from 'react' import type { Item } from '#types/Item'