fix: reposition eslint-disable comments for goto() calls and any types
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user