fix: layout for settings/teams #2816
ESLint Report Analysis
0 ESLint error(s) and 86 ESLint warning(s) found
Details
Annotations
Check warning on line 17 in packages/app-store/_utils/oauth/parseRefreshTokenResponse.ts
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 3 in packages/app-store/_utils/oauth/refreshOAuthTokens.ts
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
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 24 in packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx
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 62 in packages/app-store/basecamp3/lib/CalendarService.ts
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 6 in packages/app-store/basecamp3/trpc/_router.ts
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
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 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 59 in packages/app-store/paypal/components/EventTypeAppCardInterface.tsx
github-actions / ESLint Report Analysis
packages/app-store/paypal/components/EventTypeAppCardInterface.tsx#L59
[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 183 in packages/app-store/paypal/lib/PaymentService.ts
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.
Check warning on line 184 in packages/app-store/paypal/lib/PaymentService.ts
github-actions / ESLint Report Analysis
packages/app-store/paypal/lib/PaymentService.ts#L184
[@typescript-eslint/no-unused-vars] 'bookingId' is defined but never used. Allowed unused args must match /^_/u.
Check warning on line 195 in packages/app-store/paypal/lib/PaymentService.ts
github-actions / ESLint Report Analysis
packages/app-store/paypal/lib/PaymentService.ts#L195
[@typescript-eslint/no-unused-vars] 'event' is defined but never used. Allowed unused args must match /^_/u.
Check warning on line 201 in packages/app-store/paypal/lib/PaymentService.ts
github-actions / ESLint Report Analysis
packages/app-store/paypal/lib/PaymentService.ts#L196-L201
[@typescript-eslint/no-unused-vars] 'booking' is defined but never used. Allowed unused args must match /^_/u.
Check warning on line 202 in packages/app-store/paypal/lib/PaymentService.ts
github-actions / ESLint Report Analysis
packages/app-store/paypal/lib/PaymentService.ts#L202
[@typescript-eslint/no-unused-vars] 'paymentData' is defined but never used. Allowed unused args must match /^_/u.
Check warning on line 206 in packages/app-store/paypal/lib/PaymentService.ts
github-actions / ESLint Report Analysis
packages/app-store/paypal/lib/PaymentService.ts#L206
[@typescript-eslint/no-unused-vars] 'paymentId' is defined but never used. Allowed unused args must match /^_/u.
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 50 in apps/web/app/_trpc/createTRPCNextLayout.ts
github-actions / ESLint Report Analysis
apps/web/app/_trpc/createTRPCNextLayout.ts#L50
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.