forked from PostHog/posthog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ts-strict-blacklist
23 lines (23 loc) · 1.26 KB
/
.ts-strict-blacklist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file contains a list of 'ignored' typescript errors. If any new ones are added they will cause ci breakage
# You can get an updated list of blacklisted errors by running bin/check-typescript-strict | cut -d":" -f1
# You will need to manually update this file if applicable.
Type.ts
frontend/src/initKea.ts(2,32)
frontend/src/initKea.ts(5,36)
frontend/src/lib/components/CommandPalette/CommandResults.tsx(76,33)
frontend/src/lib/components/CommandPalette/index.tsx(9,24)
frontend/src/lib/components/CommandPalette/index.tsx(26,33)
frontend/src/lib/components/CommandPalette/index.tsx(63,87)
frontend/src/scenes/dashboard-insight/DashboardInsight.tsx(35,27)
frontend/src/scenes/organization/Settings/Invites.tsx(108,17)
frontend/src/scenes/persons/MergePerson.tsx(56,56)
frontend/src/toolbar/actions/actionsTabLogic.tsx(104,21)
frontend/src/toolbar/actions/actionsTabLogic.tsx(104,28)
frontend/src/toolbar/actions/actionsTabLogic.tsx(112,17)
frontend/src/toolbar/actions/SelectorCount.tsx(2,38)
frontend/src/toolbar/elements/ElementInfo.tsx(22,22)
frontend/src/toolbar/elements/ElementInfo.tsx(60,38)
frontend/src/toolbar/elements/elementsLogic.ts(13,40)
frontend/src/toolbar/elements/heatmapLogic.ts(10,62)
frontend/src/toolbar/ToolbarApp.tsx(35,74)
frontend/src/toolbar/utils.ts(5,38)