Implement flexible bottom tab bar #12443
lint-changed.yml
on: pull_request
Changed files ESLint check
2m 15s
Annotations
10 errors
Changed files ESLint check:
src/components/Lottie/index.tsx#L11
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/components/PromotedActionsBar.tsx#L93
Do not default string IDs to any value. See: https://github.com/Expensify/App/blob/main/contributingGuides/STYLE.md#default-value-for-inexistent-IDs
|
Changed files ESLint check:
src/components/Search/SearchRouter/SearchRouter.tsx#L20
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/components/Search/SearchRouter/SearchRouter.tsx#L23
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/components/Search/SearchRouter/SearchRouter.tsx#L24
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/components/Search/SearchRouter/SearchRouter.tsx#L28
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
|
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/components/Search/index.tsx#L18
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/components/Search/index.tsx#L19
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/components/Search/index.tsx#L24
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|