From 12c98e595acdccd7929e85f24fc9d3421de5f2ec Mon Sep 17 00:00:00 2001 From: Fionn Date: Thu, 4 May 2023 20:53:06 +0200 Subject: [PATCH] add eslint ignore line --- frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 5687491..85e5b6d 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -12,6 +12,7 @@ import { DivIcon } from 'leaflet'; function App() { const [showModal, setShowModal] = useState(false); + // eslint-disable-next-line @typescript-eslint/no-unused-vars const [loading, setLoading] = useState(false); const [regions, setRegions] = useState([]);