Skip to content

Implement flexible bottom tab bar #13476

Implement flexible bottom tab bar

Implement flexible bottom tab bar #13476

Triggered via pull request February 10, 2025 16:02
Status Failure
Total duration 2m 48s
Artifacts

lint-changed.yml

on: pull_request
Changed files ESLint check
2m 38s
Changed files ESLint check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Changed files ESLint check: src/components/Search/SearchRouter/SearchRouterContext.tsx#L4
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check: src/libs/Navigation/AppNavigator/createRootStackNavigator/RootStackRouter.ts#L12
Namespace imports are not allowed. Use named imports instead. Example: import { method } from "./libs/module"
Changed files ESLint check: src/pages/ConciergePage.tsx#L11
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check: src/pages/ConciergePage.tsx#L12
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check: src/pages/ConciergePage.tsx#L13
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
Changed files ESLint check: src/pages/EditReportFieldPage.tsx#L18
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/pages/EnablePayments/AddBankAccount/AddBankAccount.tsx#L12
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"