Enable eslint security rule for object injection detection in +page.svelte

This commit is contained in:
2025-12-29 17:04:27 -06:00
parent 35a4486fd3
commit dace6bdce3

View File

@@ -1,4 +1,5 @@
<script lang="ts">
/* eslint-disable security/detect-object-injection */
import { onMount, onDestroy, tick } from 'svelte';
import { replaceState } from '$app/navigation';
import Map from 'ol/Map.js';