refactor: Refactor seats logic #12905
ESLint Report Analysis
0 ESLint error(s) and 26 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/AppDirSSRHOC.tsx
github-actions / ESLint Report Analysis
apps/web/app/AppDirSSRHOC.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 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 15 in apps/web/app/layoutHOC.tsx
github-actions / ESLint Report Analysis
apps/web/app/layoutHOC.tsx#L15
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 245 in apps/web/pages/auth/verify.tsx
github-actions / ESLint Report Analysis
apps/web/pages/auth/verify.tsx#L245
[@typescript-eslint/no-unused-vars] 'context' is defined but never used. Allowed unused args must match /^_/u.
Check warning on line 857 in apps/web/pages/event-types/index.tsx
github-actions / ESLint Report Analysis
apps/web/pages/event-types/index.tsx#L857
[@typescript-eslint/no-unused-vars] 'orgBranding' is assigned a value but never used. Allowed unused vars must match /^_/u.
Check warning on line 13 in apps/web/pages/settings/my-account/calendars.tsx
github-actions / ESLint Report Analysis
apps/web/pages/settings/my-account/calendars.tsx#L13
[@typescript-eslint/no-unused-vars] 'SkeletonLoader' is assigned a value but never used. Allowed unused vars must match /^_/u.
Check warning on line 232 in apps/web/playwright/payment-apps.e2e.ts
github-actions / ESLint Report Analysis
apps/web/playwright/payment-apps.e2e.ts#L230-L232
[playwright/no-conditional-in-test] Avoid having conditionals in tests
Check warning on line 276 in apps/web/playwright/payment-apps.e2e.ts
github-actions / ESLint Report Analysis
apps/web/playwright/payment-apps.e2e.ts#L274-L276
[playwright/no-conditional-in-test] Avoid having conditionals in tests
Check warning on line 16 in apps/web/playwright/payment.e2e.ts
github-actions / ESLint Report Analysis
apps/web/playwright/payment.e2e.ts#L16
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
Check warning on line 193 in apps/web/playwright/signup.e2e.ts
github-actions / ESLint Report Analysis
apps/web/playwright/signup.e2e.ts#L193
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
Check warning on line 169 in apps/web/playwright/teams.e2e.ts
github-actions / ESLint Report Analysis
apps/web/playwright/teams.e2e.ts#L169
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
Check warning on line 210 in apps/web/playwright/teams.e2e.ts
github-actions / ESLint Report Analysis
apps/web/playwright/teams.e2e.ts#L210
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
Check warning on line 457 in apps/web/playwright/teams.e2e.ts
github-actions / ESLint Report Analysis
apps/web/playwright/teams.e2e.ts#L457
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
Check warning on line 173 in apps/web/test/utils/bookingScenario/expects.ts
github-actions / ESLint Report Analysis
apps/web/test/utils/bookingScenario/expects.ts#L173
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.