Skip to content

fix: JOIN-34406 handle duplication slug error during event type update #199

fix: JOIN-34406 handle duplication slug error during event type update

fix: JOIN-34406 handle duplication slug error during event type update #199

Triggered via pull request August 10, 2023 13:43
@dmkavdmkav
synchronize #58
Status Success
Total duration 15s
Artifacts

labeler.yml

on: pull_request_target
labeler
4s
labeler
Fit to window
Zoom out
Zoom in

Annotations

160 warnings
apps/web/components/apps/App.tsx#L39
[@typescript-eslint/no-unused-vars] 'docs' is defined but never used. Allowed unused args must match /^_/u.
apps/web/components/apps/App.tsx#L40
[@typescript-eslint/no-unused-vars] 'website' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/_components/DynamicComponent.tsx#L1
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/components/apps/App.tsx#L41
[@typescript-eslint/no-unused-vars] 'email' is defined but never used. Allowed unused args must match /^_/u.
apps/web/playwright/integrations.e2e.ts#L45
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/applecalendar/api/add.ts#L25
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
apps/web/playwright/lib/teardown.ts#L27
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
apps/web/components/apps/App.tsx#L42
[@typescript-eslint/no-unused-vars] 'tos' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/around/api/_getAdd.ts#L10
[@typescript-eslint/no-unused-vars] 'res' is defined but never used. Allowed unused args must match /^_/u.
apps/web/playwright/lib/testUtils.ts#L46
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/office365calendar/lib/CalendarService.ts#L416
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/manage-booking-questions.e2e.ts#L158
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/caldavcalendar/api/add.ts#L27
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/office365calendar/lib/CalendarService.ts#L446
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/manage-booking-questions.e2e.ts#L158
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/components/apps/App.tsx#L43
[@typescript-eslint/no-unused-vars] 'privacy' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/closecom/lib/CalendarService.ts#L116
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/manage-booking-questions.e2e.ts#L196
[playwright/no-page-pause] Unexpected use of page.pause().
packages/app-store/closecom/lib/CalendarService.ts#L125
[@typescript-eslint/no-unused-vars] 'dateFrom' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/office365calendar/lib/CalendarService.ts#L446
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/components/apps/layouts/InstalledAppsLayout.tsx#L56
[@typescript-eslint/no-unused-vars] 'actualTabs' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/playwright/onboarding.e2e.ts#L70
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/playwright/webhook.e2e.ts#L50
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/closecom/lib/CalendarService.ts#L126
[@typescript-eslint/no-unused-vars] 'dateTo' is defined but never used. Allowed unused args must match /^_/u.
apps/web/components/auth/layouts/AdminLayout.tsx#L28
[@typescript-eslint/no-unused-vars] 'isAppsPage' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/ping/api/_getAdd.ts#L10
[@typescript-eslint/no-unused-vars] 'res' is defined but never used. Allowed unused args must match /^_/u.
apps/web/scripts/ts-check-changed-files.ts#L21
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/closecom/lib/CalendarService.ts#L127
[@typescript-eslint/no-unused-vars] 'selectedCalendars' is defined but never used. Allowed unused args must match /^_/u.
apps/web/components/eventtype/EventTypeSingleLayout.tsx#L134
[@typescript-eslint/no-unused-vars] 'embedLink' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/riverside/api/_getAdd.ts#L10
[@typescript-eslint/no-unused-vars] 'res' is defined but never used. Allowed unused args must match /^_/u.
apps/web/test/lib/getSchedule.test.ts#L512
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
packages/app-store/closecom/lib/CalendarService.ts#L132
[@typescript-eslint/no-unused-vars] 'event' is defined but never used. Allowed unused args must match /^_/u.
apps/web/components/eventtype/RequiresConfirmationController.tsx#L38
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'formMethods'. Either include it or remove the dependency array.
apps/web/components/getting-started/steps-views/ConnectConferenceApps.tsx#L16
[@typescript-eslint/no-unused-vars] 'queryConnectedCalendars' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L28
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/salesforce/api/callback.ts#L44
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L42
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/components/getting-started/steps-views/UserProfile.tsx#L27
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L62
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/lib/QueryCell.tsx#L69
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/salesforce/lib/CalendarService.ts#L268
[@typescript-eslint/no-unused-vars] 'dateFrom' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L80
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/salesforce/lib/CalendarService.ts#L268
[@typescript-eslint/no-unused-vars] 'dateTo' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L93
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/lib/QueryCell.tsx#L91
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/salesforce/lib/CalendarService.ts#L268
[@typescript-eslint/no-unused-vars] 'selectedCalendars' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L100
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/salesforce/lib/CalendarService.ts#L272
[@typescript-eslint/no-unused-vars] 'event' is defined but never used. Allowed unused args must match /^_/u.
apps/web/lib/QueryCell.tsx#L91
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L106
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L129
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/sendgrid/lib/CalendarService.ts#L77
[@typescript-eslint/no-unused-vars] 'uid' is defined but never used. Allowed unused args must match /^_/u.
apps/web/lib/QueryCell.tsx#L93
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L135
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/sendgrid/lib/CalendarService.ts#L77
[@typescript-eslint/no-unused-vars] 'event' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L142
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/sendgrid/lib/CalendarService.ts#L77
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/lib/types/inferSSRProps.ts#L3
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L177
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/sendgrid/lib/CalendarService.ts#L83
[@typescript-eslint/no-unused-vars] 'uid' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L184
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/lib/types/inferSSRProps.ts#L5
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L190
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/lib/types/inferSSRProps.ts#L7
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/sendgrid/lib/CalendarService.ts#L90
[@typescript-eslint/no-unused-vars] 'dateFrom' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L197
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/pages/404.tsx#L19
[@typescript-eslint/no-unused-vars] 'links' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/sendgrid/lib/CalendarService.ts#L91
[@typescript-eslint/no-unused-vars] 'dateTo' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L228
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/sendgrid/lib/CalendarService.ts#L92
[@typescript-eslint/no-unused-vars] 'selectedCalendars' is defined but never used. Allowed unused args must match /^_/u.
apps/web/pages/404.tsx#L34
[@typescript-eslint/no-unused-vars] 'url' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L234
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/sendgrid/lib/CalendarService.ts#L97
[@typescript-eslint/no-unused-vars] 'event' is defined but never used. Allowed unused args must match /^_/u.
apps/web/pages/404.tsx#L40
[@typescript-eslint/no-unused-vars] 'isSubpage' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L241
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/pages/404.tsx#L42
[@typescript-eslint/no-unused-vars] 'isCalcom' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/stripepayment/api/callback.ts#L36
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L247
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/stripepayment/lib/PaymentService.ts#L55
[@typescript-eslint/no-unused-vars] 'client_id' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/pages/auth/login.tsx#L36
[@typescript-eslint/no-unused-vars] 'totpEmail' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/closecom/test/lib/CalendarService.test.ts#L253
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/pages/auth/login.tsx#L48
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'samlProductID' and 'samlTenantID'. Either include them or remove the dependency array.
packages/app-store/dailyvideo/lib/VideoApiAdapter.ts#L80
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/stripepayment/lib/client/getStripe.ts#L6
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/exchange2013calendar/api/add.ts#L35
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
apps/web/pages/auth/saml-idp.tsx#L20
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'router.isReady' and 'router.query'. Either include them or remove the dependency array.
packages/app-store/exchange2016calendar/api/add.ts#L35
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
apps/web/pages/auth/sso/[provider].tsx#L110
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/stripepayment/lib/server.ts#L26
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/exchange2016calendar/lib/CalendarService.ts#L100
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/pages/availability/troubleshoot.tsx#L27
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/exchangecalendar/pages/setup/index.tsx#L109
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/vital/api/webhook.ts#L50
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/pages/booking/[uid].tsx#L89
[@typescript-eslint/no-unused-vars] 'changes' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/giphy/components/SearchDialog.tsx#L87
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/pages/booking/[uid].tsx#L209
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'props.bookingInfo.endTime' and 'props.bookingInfo.startTime'. Either include them or remove the dependency array. If 'setCalculatedDuration' needs the current value of 'props.bookingInfo.endTime', you can also switch to useReducer instead of useState and read 'props.bookingInfo.endTime' in the reducer.
packages/app-store/vital/components/AppConfiguration.tsx#L84
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'options'. Either include it or remove the dependency array.
packages/app-store/googlecalendar/lib/CalendarService.ts#L74
[@typescript-eslint/no-unused-vars] 'id' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/whereby/api/_getAdd.ts#L10
[@typescript-eslint/no-unused-vars] 'res' is defined but never used. Allowed unused args must match /^_/u.
apps/web/pages/event-types/[type]/index.tsx#L223
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'formMethods'. Either include it or remove the dependency array.
packages/app-store/googlecalendar/lib/CalendarService.ts#L175
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/pages/event-types/[type]/index.tsx#L235
[@typescript-eslint/no-unused-vars] 'permalink' is assigned a value but never used. Allowed unused vars must match /^_/u.
packages/app-store/googlecalendar/lib/CalendarService.ts#L178
[@typescript-eslint/no-unused-vars] 'id' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/wipemycalother/api/wipe.ts#L67
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/hubspot/api/callback.ts#L52
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/pages/settings/security/password.tsx#L35
[@typescript-eslint/no-unused-vars] 'metadata' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/zohocrm/api/callback.ts#L57
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/hubspot/lib/CalendarService.ts#L29
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/pages/video/[uid].tsx#L55
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'meetingPassword' and 'meetingUrl'. Either include them or remove the dependency array.
packages/app-store/hubspot/lib/CalendarService.ts#L116
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/swagger/lib/snippets.ts#L33
[@typescript-eslint/no-unused-vars] 'system' is defined but never used. Allowed unused args must match /^_/u.
packages/app-store/hubspot/lib/CalendarService.ts#L116
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/ui/components/apps/AllApps.tsx#L149
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'categories'. Either include it or remove the dependency array.
apps/web/playwright/auth/delete-account.e2e.ts#L17
[playwright/no-conditional-in-test] Avoid having conditionals in tests
apps/web/playwright/auth/forgot-password.e2e.ts#L8
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
packages/app-store/hubspot/lib/CalendarService.ts#L118
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/ui/components/editor/Editor.tsx#L38
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/auth/forgot-password.e2e.ts#L10
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/hubspot/lib/CalendarService.ts#L184
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/ui/components/editor/plugins/AutoLinkPlugin.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/change-password.e2e.ts#L13
[playwright/no-conditional-in-test] Avoid having conditionals in tests
packages/ui/components/editor/plugins/AutoLinkPlugin.tsx#L21
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/hubspot/lib/CalendarService.ts#L267
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/change-username.e2e.ts#L53
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
packages/ui/components/editor/plugins/ToolbarPlugin.tsx#L360
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'editor' and 'props'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect.
apps/web/playwright/dynamic-booking-pages.e2e.ts#L14
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
packages/app-store/hubspot/lib/CalendarService.ts#L280
[@typescript-eslint/no-unused-vars] 'dateFrom' is defined but never used. Allowed unused args must match /^_/u.
packages/ui/components/editor/plugins/ToolbarPlugin.tsx#L371
[@typescript-eslint/no-unused-vars] 'newEditor' is defined but never used. Allowed unused args must match /^_/u.
apps/web/playwright/event-types.e2e.ts#L71
[playwright/no-conditional-in-test] Avoid having conditionals in tests
packages/app-store/hubspot/lib/CalendarService.ts#L281
[@typescript-eslint/no-unused-vars] 'dateTo' is defined but never used. Allowed unused args must match /^_/u.
apps/web/playwright/fixtures/bookings.ts#L61
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/hubspot/lib/CalendarService.ts#L282
[@typescript-eslint/no-unused-vars] 'selectedCalendars' is defined but never used. Allowed unused args must match /^_/u.
packages/ui/components/form/checkbox/MultiSelectCheckboxes.tsx#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/app-store/hubspot/lib/CalendarService.ts#L287
[@typescript-eslint/no-unused-vars] 'event' is defined but never used. Allowed unused args must match /^_/u.
packages/ui/components/form/checkbox/MultiSelectCheckboxes.tsx#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/fixtures/bookings.ts#L83
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/office365calendar/lib/CalendarService.ts#L35
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/ui/components/form/checkbox/MultiSelectCheckboxes.tsx#L23
[@typescript-eslint/no-unused-vars] 'className' is defined but never used. Allowed unused args must match /^_/u.
apps/web/playwright/fixtures/bookings.ts#L84
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/ui/components/form/checkbox/MultiSelectCheckboxes.tsx#L55
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/fixtures/payments.ts#L39
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/app-store/office365calendar/lib/CalendarService.ts#L86
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/ui/components/form/checkbox/MultiSelectCheckboxes.tsx#L74
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/fixtures/payments.ts#L60
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/ui/components/meta/Meta.tsx#L23
[@typescript-eslint/no-unused-vars] 'newMeta' is defined but never used. Allowed unused args must match /^_/u.
apps/web/playwright/fixtures/payments.ts#L61
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/ui/components/popover/AnimatedPopover.tsx#L25
[@typescript-eslint/no-unused-vars] 'y' is assigned a value but never used. Allowed unused vars must match /^_/u.
apps/web/playwright/fixtures/users.ts#L235
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
apps/web/playwright/fixtures/users.ts#L263
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/ui/form/MultiSelectCheckboxes.tsx#L21
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/fixtures/users.ts#L276
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/ui/form/MultiSelectCheckboxes.tsx#L21
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
apps/web/playwright/integrations-stripe.e2e.ts#L41
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/ui/form/MultiSelectCheckboxes.tsx#L66
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/ui/form/MultiSelectCheckboxes.tsx#L89
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/ui/form/Select.tsx#L70
[@typescript-eslint/no-unused-vars] 'className' is defined but never used. Allowed unused args must match /^_/u.
packages/ui/form/fields.tsx#L93
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/ui/form/fields.tsx#L189
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
apps/web/components/AppListCard.tsx#L63
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'highlight', 'router', and 'shouldHighlight'. Either include them or remove the dependency array.
apps/web/components/apps/AdditionalCalendarSelector.tsx#L58
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.