[#421] added eslint check to CI (#534)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-02-10 10:41:37 +01:00
committed by GitHub
parent 8a6ec8fc39
commit d6e464afad
116 changed files with 1232 additions and 801 deletions
+4 -2
View File
@@ -16,7 +16,7 @@ import CheckCircleIcon from "@mui/icons-material/CheckCircle";
export function renderAttendeeBadge(
a: userAttendee,
key: string,
t: Function,
t: (key: string) => string,
isFull?: boolean,
isOrganizer?: boolean
) {
@@ -110,7 +110,9 @@ export async function refreshCalendars(
) {
if (process.env.NODE_ENV === "test") return;
!calType && (await dispatch(getCalendarsListAsync()));
if (!calType) {
await dispatch(getCalendarsListAsync());
}
const results = await Promise.allSettled(
calendars.map((calendar) =>