re enable important eslint rules

This commit is contained in:
ajvpot
2025-08-01 06:47:25 +02:00
parent f450686ae3
commit 8c05904bc4
2 changed files with 0 additions and 8 deletions

View File

@@ -15,8 +15,6 @@ const eslintConfig = [
rules: {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off",
"react-hooks/rules-of-hooks": "off",
"react-hooks/exhaustive-deps": "off",
"prefer-const": "off"
}
}

View File

@@ -277,12 +277,6 @@ export default function MapView() {
ariaLabel="Refresh map nodes"
/>
</div>
{/* Add keyframes for spin animation */}
<style>{`
@keyframes spin {
100% { transform: rotate(360deg); }
}
`}</style>
<MapContainer
center={[DEFAULT.lat, DEFAULT.lng]}
zoom={DEFAULT.zoom}