fix: reposition eslint-disable comments for goto() calls and any types
Lint & Vuln Scan / Go vulnerabilities (push) Successful in 23s
Lint & Vuln Scan / Frontend lint & types (push) Failing after 31s

This commit is contained in:
2026-06-25 17:54:34 +01:00
parent fc26f9524a
commit ac24d3f990
3 changed files with 5 additions and 3 deletions
@@ -156,8 +156,8 @@
name: group.name,
description: group.description,
weekStarts: group.weekStarts || [],
// eslint-disable-next-line @typescript-eslint/no-explicit-any
hours:
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(group.hours as any[])?.map(
(h: {
id: number;