Describe the task
Remove biome-ignore lint/correctness/useExhaustiveDependencies comments and properly fix dep arrays in the ASA-Go mobile app.
Acceptance Criteria
Additional context
- Must lint from the repo root (not from `web/`), as `biome.json` `includes` patterns are relative to the repo root.
- `ASAGoMap.tsx` has 5 affected effects — review carefully for OL layer lifecycle, similar to the shared Map components task.
Describe the task
Remove
biome-ignore lint/correctness/useExhaustiveDependenciescomments and properly fix dep arrays in the ASA-Go mobile app.Acceptance Criteria
mobile/asa-go/src/App.tsx(lines 109, 127)mobile/asa-go/src/components/map/ASAGoMap.tsx(lines 212, 221, 241, 257, 275)mobile/asa-go/src/components/map/ScaleContainer.tsx(line 10)mobile/asa-go/src/components/settings/Settings.tsx(line 48)mobile/asa-go/src/hooks/usePushNotifications.ts(line 115)Additional context