From 9ec160cdec40529c90f4461559c228ba373ca84e Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sat, 11 Oct 2025 12:49:53 +0200 Subject: [PATCH] fix lint --- lib/src/Components/Map/Subcomponents/MapLibreLayer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/Components/Map/Subcomponents/MapLibreLayer.tsx b/lib/src/Components/Map/Subcomponents/MapLibreLayer.tsx index 7fc220b2..0d0188af 100644 --- a/lib/src/Components/Map/Subcomponents/MapLibreLayer.tsx +++ b/lib/src/Components/Map/Subcomponents/MapLibreLayer.tsx @@ -1,5 +1,4 @@ /* eslint-disable import/no-unassigned-import */ -/* eslint-disable import/no-extraneous-dependencies */ /* eslint-disable @typescript-eslint/no-unsafe-assignment */ /* eslint-disable @typescript-eslint/no-unsafe-member-access */ /* eslint-disable @typescript-eslint/no-unsafe-call */