Skip to content

Commit 687c32b

Browse files
committed
Auto-tighten eslint-seatbelt baseline
1 parent decc0e0 commit 687c32b

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

config/eslint/eslint.seatbelt.tsv

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@
450450
"../../src/components/TagPicker/index.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
451451
"../../src/components/TaxPicker.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
452452
"../../src/components/TestDrive/Modal/AdminTestDriveModal.tsx" "no-restricted-imports" 1
453-
"../../src/components/TestDrive/Modal/EmployeeTestDriveModal.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
454453
"../../src/components/TestDrive/TestDriveDemo.tsx" "no-restricted-imports" 1
455454
"../../src/components/TextInput/BaseTextInput/implementation/index.native.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
456455
"../../src/components/TextInput/BaseTextInput/implementation/index.native.tsx" "react-hooks/refs" 2
@@ -665,9 +664,8 @@
665664
"../../src/libs/Navigation/AppNavigator/Navigators/SettingsSplitNavigator.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
666665
"../../src/libs/Navigation/AppNavigator/Navigators/TabNavigator.native.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
667666
"../../src/libs/Navigation/AppNavigator/Navigators/TestToolsModalNavigator.tsx" "no-restricted-syntax" 1
668-
"../../src/libs/Navigation/AppNavigator/Navigators/WorkspaceNavigator.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
669-
"../../src/libs/Navigation/AppNavigator/Navigators/WorkspaceSplitNavigator.tsx" "@typescript-eslint/no-unsafe-type-assertion" 2
670-
"../../src/libs/Navigation/AppNavigator/createRootStackNavigator/GetStateForActionHandlers.ts" "@typescript-eslint/no-unsafe-type-assertion" 17
667+
"../../src/libs/Navigation/AppNavigator/Navigators/WorkspaceSplitNavigator.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
668+
"../../src/libs/Navigation/AppNavigator/createRootStackNavigator/GetStateForActionHandlers.ts" "@typescript-eslint/no-unsafe-type-assertion" 15
671669
"../../src/libs/Navigation/AppNavigator/createRootStackNavigator/index.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
672670
"../../src/libs/Navigation/AppNavigator/createRootStackNavigator/useCustomRootStackNavigatorState/restoreTabNavigatorRoutes.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
673671
"../../src/libs/Navigation/AppNavigator/createSplitNavigator/SplitRouter.ts" "@typescript-eslint/no-unsafe-type-assertion" 4
@@ -688,7 +686,6 @@
688686
"../../src/libs/Navigation/guards/OnboardingGuard.ts" "@typescript-eslint/no-unsafe-type-assertion" 2
689687
"../../src/libs/Navigation/helpers/createNormalizedConfigs.ts" "@typescript-eslint/no-deprecated/escape" 1
690688
"../../src/libs/Navigation/helpers/createNormalizedConfigs.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
691-
"../../src/libs/Navigation/helpers/dismissModalAndOpenReportInInboxTab.ts" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
692689
"../../src/libs/Navigation/helpers/dynamicRoutesUtils/createDynamicRoute.ts" "@typescript-eslint/no-unsafe-type-assertion" 2
693690
"../../src/libs/Navigation/helpers/dynamicRoutesUtils/getDynamicRouteAdaptedState.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
694691
"../../src/libs/Navigation/helpers/dynamicRoutesUtils/getDynamicRouteQueryParams.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
@@ -864,7 +861,6 @@
864861
"../../src/libs/actions/ImportTransactions.ts" "no-restricted-syntax" 1
865862
"../../src/libs/actions/InputFocus/index.web.ts" "no-restricted-imports" 1
866863
"../../src/libs/actions/InputFocus/index.web.ts" "no-restricted-syntax" 1
867-
"../../src/libs/actions/Link.ts" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
868864
"../../src/libs/actions/Link.ts" "@typescript-eslint/no-unsafe-type-assertion" 4
869865
"../../src/libs/actions/Link.ts" "no-restricted-syntax" 3
870866
"../../src/libs/actions/MapboxToken.ts" "no-restricted-syntax" 2
@@ -908,7 +904,6 @@
908904
"../../src/libs/actions/ReimbursementAccount/resetNonUSDBankAccount.ts" "no-restricted-syntax" 1
909905
"../../src/libs/actions/ReimbursementAccount/resetUSDBankAccount.ts" "no-restricted-syntax" 1
910906
"../../src/libs/actions/Report/MarkAllMessageAsRead.tsx" "no-restricted-syntax" 1
911-
"../../src/libs/actions/Report/index.ts" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
912907
"../../src/libs/actions/Report/index.ts" "@typescript-eslint/no-deprecated/buildNextStepNew" 3
913908
"../../src/libs/actions/Report/index.ts" "@typescript-eslint/no-deprecated/reportAction.originalMessage" 1
914909
"../../src/libs/actions/Report/index.ts" "@typescript-eslint/no-unsafe-type-assertion" 20
@@ -921,7 +916,6 @@
921916
"../../src/libs/actions/Search.ts" "@typescript-eslint/no-unsafe-type-assertion" 19
922917
"../../src/libs/actions/Search.ts" "no-restricted-syntax" 1
923918
"../../src/libs/actions/Session/index.ts" "@typescript-eslint/no-unsafe-type-assertion" 3
924-
"../../src/libs/actions/Session/index.ts" "no-restricted-imports" 1
925919
"../../src/libs/actions/Session/index.ts" "no-restricted-syntax" 9
926920
"../../src/libs/actions/Session/index.ts" "rulesdir/no-onyx-connect" 2
927921
"../../src/libs/actions/SplitExpenses.ts" "@typescript-eslint/no-unsafe-type-assertion" 2
@@ -1298,7 +1292,6 @@
12981292
"../../src/pages/signin/SignInPageLayout/FooterRow/index.native.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
12991293
"../../src/pages/signin/ValidateCodeForm/BaseValidateCodeForm.tsx" "react-hooks/set-state-in-effect" 4
13001294
"../../src/pages/tasks/NewTaskPage.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
1301-
"../../src/pages/tasks/TaskAssigneeSelectorModal.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 2
13021295
"../../src/pages/tasks/TaskShareDestinationSelectorModal.tsx" "@typescript-eslint/no-unsafe-type-assertion" 2
13031296
"../../src/pages/wallet/WalletStatementPage.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
13041297
"../../src/pages/workspace/DynamicWorkspaceOverviewPlanTypePage.tsx" "@typescript-eslint/no-unsafe-type-assertion" 2
@@ -1420,7 +1413,6 @@
14201413
"../../src/pages/workspace/copyPolicySettings/CopyPolicySettingsConfirmPage.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
14211414
"../../src/pages/workspace/copyPolicySettings/CopyPolicySettingsSelectFeaturesPage.tsx" "@typescript-eslint/no-unsafe-type-assertion" 2
14221415
"../../src/pages/workspace/distanceRates/PolicyDistanceRatesPage.tsx" "react-hooks/preserve-manual-memoization" 1
1423-
"../../src/pages/workspace/downgrade/WorkspaceDowngradePage.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
14241416
"../../src/pages/workspace/duplicate/WorkspaceDuplicateSelectFeaturesForm.tsx" "react-hooks/preserve-manual-memoization" 2
14251417
"../../src/pages/workspace/duplicate/WorkspaceDuplicateSelectFeaturesForm.tsx" "react-hooks/set-state-in-effect" 1
14261418
"../../src/pages/workspace/expensifyCard/DynamicExpensifyCardLimitTypePage.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
@@ -1437,7 +1429,6 @@
14371429
"../../src/pages/workspace/members/ImportMembersPage.tsx" "no-restricted-syntax" 1
14381430
"../../src/pages/workspace/members/ImportMembersPage.tsx" "rulesdir/no-default-id-values" 1
14391431
"../../src/pages/workspace/members/ImportedMembersConfirmationPage.tsx" "react-hooks/refs" 7
1440-
"../../src/pages/workspace/members/ImportedMembersPage.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
14411432
"../../src/pages/workspace/members/WorkspaceInviteMessageComponent.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
14421433
"../../src/pages/workspace/members/WorkspaceInviteMessageComponent.tsx" "react-hooks/set-state-in-effect" 1
14431434
"../../src/pages/workspace/members/WorkspaceMemberDetailsPage.tsx" "@typescript-eslint/no-unsafe-type-assertion" 4
@@ -1712,7 +1703,7 @@
17121703
"../../tests/ui/components/SettlementButtonTest.tsx" "@typescript-eslint/no-unsafe-type-assertion" 3
17131704
"../../tests/ui/components/TimePickerTest.tsx" "@typescript-eslint/no-unsafe-type-assertion" 1
17141705
"../../tests/ui/hooks/useHtmlPasteTest/index.tsx" "@typescript-eslint/no-unsafe-type-assertion" 10
1715-
"../../tests/unit/APITest.ts" "@typescript-eslint/no-unsafe-type-assertion" 74
1706+
"../../tests/unit/APITest.ts" "@typescript-eslint/no-unsafe-type-assertion" 61
17161707
"../../tests/unit/AddExistingExpenseSearchTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 6
17171708
"../../tests/unit/AgentActionTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 61
17181709
"../../tests/unit/AgentZeroStatusContextTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 5
@@ -1727,7 +1718,7 @@
17271718
"../../tests/unit/CIGitLogicTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 5
17281719
"../../tests/unit/CLIVariadicTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
17291720
"../../tests/unit/CardFeedErrorsDerivedValueTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
1730-
"../../tests/unit/CardFeedUtilsTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 16
1721+
"../../tests/unit/CardFeedUtilsTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
17311722
"../../tests/unit/CardUtilsTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 152
17321723
"../../tests/unit/CardsSectionUtilsTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
17331724
"../../tests/unit/CategoryUtilsTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
@@ -1930,7 +1921,6 @@
19301921
"../../tests/unit/hooks/useFreeTrial.test.ts" "@typescript-eslint/no-unsafe-type-assertion" 8
19311922
"../../tests/unit/hooks/useGettingStartedItems.test.ts" "@typescript-eslint/no-unsafe-type-assertion" 11
19321923
"../../tests/unit/hooks/useHasAnyAdminExpensifyCardFeed.test.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
1933-
"../../tests/unit/hooks/useHoldRejectActionsTest.ts" "@typescript-eslint/no-unsafe-type-assertion" 1
19341924
"../../tests/unit/hooks/useIsAllowedToIssueCompanyCard.test.ts" "@typescript-eslint/no-unsafe-type-assertion" 8
19351925
"../../tests/unit/hooks/useIsBlockedToAddFeed.test.ts" "@typescript-eslint/no-unsafe-type-assertion" 11
19361926
"../../tests/unit/hooks/useIsSidebarRouteActive.test.ts" "@typescript-eslint/no-unsafe-type-assertion" 2

0 commit comments

Comments
 (0)