fix: Use org logo for organization's teams #12961
ESLint Report Analysis
1 ESLint error(s) and 46 ESLint warning(s) found
Details
Annotations
Check warning on line 25 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts
github-actions / ESLint Report Analysis
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L25
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
Check warning on line 38 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts
github-actions / ESLint Report Analysis
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L38
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
Check warning on line 41 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts
github-actions / ESLint Report Analysis
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L41
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
Check warning on line 42 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts
github-actions / ESLint Report Analysis
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L42
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
Check warning on line 60 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts
github-actions / ESLint Report Analysis
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L60
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
Check warning on line 72 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts
github-actions / ESLint Report Analysis
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L72
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
Check warning on line 77 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts
github-actions / ESLint Report Analysis
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L77
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
Check warning on line 104 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts
github-actions / ESLint Report Analysis
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L104
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
Check warning on line 110 in packages/app-store/googlecalendar/tests/testUtils.ts
github-actions / ESLint Report Analysis
packages/app-store/googlecalendar/tests/testUtils.ts#L110
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 85 in packages/app-store/zohocalendar/api/callback.ts
github-actions / ESLint Report Analysis
packages/app-store/zohocalendar/api/callback.ts#L85
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 5 in apps/web/app/WithAppDirSsg.tsx
github-actions / ESLint Report Analysis
apps/web/app/WithAppDirSsg.tsx#L5
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 5 in apps/web/app/WithAppDirSsr.tsx
github-actions / ESLint Report Analysis
apps/web/app/WithAppDirSsr.tsx#L5
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 12 in apps/web/app/WithEmbedSSR.tsx
github-actions / ESLint Report Analysis
apps/web/app/WithEmbedSSR.tsx#L12
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 130 in apps/web/app/future/apps/[slug]/[...pages]/page.tsx
github-actions / ESLint Report Analysis
apps/web/app/future/apps/[slug]/[...pages]/page.tsx#L130
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
Check warning on line 9 in apps/web/app/layoutHOC.tsx
github-actions / ESLint Report Analysis
apps/web/app/layoutHOC.tsx#L9
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 16 in apps/web/app/layoutHOC.tsx
github-actions / ESLint Report Analysis
apps/web/app/layoutHOC.tsx#L16
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 93 in apps/web/components/eventtype/EventAdvancedTab.tsx
github-actions / ESLint Report Analysis
apps/web/components/eventtype/EventAdvancedTab.tsx#L93
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'formMethods'. Either include it or remove the dependency array.
Check warning on line 93 in apps/web/components/eventtype/EventAdvancedTab.tsx
github-actions / ESLint Report Analysis
apps/web/components/eventtype/EventAdvancedTab.tsx#L93
[react-hooks/exhaustive-deps] React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
Check warning on line 235 in apps/web/components/eventtype/EventAvailabilityTab.tsx
github-actions / ESLint Report Analysis
apps/web/components/eventtype/EventAvailabilityTab.tsx#L235
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'eventType.schedule', 'eventType.scheduleName', 'getValues', 'isChildrenManagedEventType', 'isManagedEventType', 'setValue', 't', and 'watchSchedule'. Either include them or remove the dependency array.
Check warning on line 266 in apps/web/components/eventtype/EventTypeSingleLayout.tsx
github-actions / ESLint Report Analysis
apps/web/components/eventtype/EventTypeSingleLayout.tsx#L251-L266
[react-hooks/exhaustive-deps] React Hook useMemo has missing dependencies: 'eventType.id' and 'formMethods'. Either include them or remove the dependency array.
Check warning on line 262 in apps/web/components/eventtype/EventTypeSingleLayout.tsx
github-actions / ESLint Report Analysis
apps/web/components/eventtype/EventTypeSingleLayout.tsx#L262
[react-hooks/exhaustive-deps] React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
Check warning on line 13 in apps/web/lib/apps/[slug]/getStaticProps.tsx
github-actions / ESLint Report Analysis
apps/web/lib/apps/[slug]/getStaticProps.tsx#L13
[@typescript-eslint/no-unused-vars] 'md' is assigned a value but never used. Allowed unused vars must match /^_/u.
Check warning on line 79 in apps/web/pages/api/book/recurring-event.ts
github-actions / ESLint Report Analysis
apps/web/pages/api/book/recurring-event.ts#L79
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
Check failure on line 79 in apps/web/pages/event-types/index.tsx
github-actions / ESLint Report Analysis
apps/web/pages/event-types/index.tsx#L79
[prettier/prettier] Parsing error: Identifier 'UserAvatarGroup' has already been declared.
Check warning on line 880 in apps/web/pages/event-types/index.tsx
github-actions / ESLint Report Analysis
apps/web/pages/event-types/index.tsx#L880
[@typescript-eslint/no-unused-vars] 'orgBranding' is assigned a value but never used. Allowed unused vars must match /^_/u.