Skip to content

fix: fix-animations on event-types/[type] page #2765

fix: fix-animations on event-types/[type] page

fix: fix-animations on event-types/[type] page #2765

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / ESLint Report Analysis succeeded Dec 20, 2023 in 2s

ESLint Report Analysis

0 ESLint error(s) and 78 ESLint warning(s) found

Details

Annotations

Check warning on line 146 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L146

[@typescript-eslint/no-unused-vars] 'schedulingType' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 17 in packages/app-store/_utils/oauth/parseRefreshTokenResponse.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/_utils/oauth/parseRefreshTokenResponse.ts#L17

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 147 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L147

[@typescript-eslint/no-unused-vars] 'id' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 148 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L148

[@typescript-eslint/no-unused-vars] 'teamId' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 3 in packages/app-store/_utils/oauth/refreshOAuthTokens.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/_utils/oauth/refreshOAuthTokens.ts#L3

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 21 in packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx#L21

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 149 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L149

[@typescript-eslint/no-unused-vars] 'timeZone' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 150 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L150

[@typescript-eslint/no-unused-vars] 'locations' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 24 in packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx#L24

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 151 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L151

[@typescript-eslint/no-unused-vars] 'parentId' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 62 in packages/app-store/basecamp3/lib/CalendarService.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/basecamp3/lib/CalendarService.ts#L62

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 152 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L152

[@typescript-eslint/no-unused-vars] 'userId' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 6 in packages/app-store/basecamp3/trpc/_router.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/basecamp3/trpc/_router.ts#L6

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 51 in packages/app-store/basecamp3/trpc/projectMutation.handler.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/basecamp3/trpc/projectMutation.handler.ts#L51

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 153 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L153

[@typescript-eslint/no-unused-vars] 'scheduleId' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 154 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L154

[@typescript-eslint/no-unused-vars] 'requiresBookerEmailVerification' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 22 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L22

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 155 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L155

[@typescript-eslint/no-unused-vars] 'lockTimeZoneToggleOnBookingPage' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 52 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L52

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 242 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L242

[@typescript-eslint/no-unused-vars] 'schedulingType' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 104 in packages/app-store/googlecalendar/tests/testUtils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/testUtils.ts#L104

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 243 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L243

[@typescript-eslint/no-unused-vars] 'id' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 51 in packages/app-store/paypal/components/EventTypeAppCardInterface.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/paypal/components/EventTypeAppCardInterface.tsx#L51

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'getAppData', 'requirePayment', and 'setAppData'. Either include them or remove the dependency array.

Check warning on line 244 in apps/web/test/lib/handleChildrenEventTypes.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/lib/handleChildrenEventTypes.test.ts#L244

[@typescript-eslint/no-unused-vars] 'teamId' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 183 in packages/app-store/paypal/lib/PaymentService.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/paypal/lib/PaymentService.ts#L183

[@typescript-eslint/no-unused-vars] 'payment' is defined but never used. Allowed unused args must match /^_/u.