Update Datepicker UX #13436
lint-changed.yml
on: pull_request
Changed files ESLint check
1m 2s
Annotations
10 errors
Changed files ESLint check:
src/components/SubStepForms/DateOfBirthStep.tsx#L11
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/EnablePayments/AdditionalDetailsStep.tsx#L19
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/EnablePayments/AdditionalDetailsStep.tsx#L21
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/EnablePayments/AdditionalDetailsStep.tsx#L23
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
|
Changed files ESLint check:
src/pages/ReimbursementAccount/BusinessInfo/substeps/IncorporationDateBusiness.tsx#L13
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepDate.tsx#L11
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepDate.tsx#L13
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepDate.tsx#L14
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepDate.tsx#L15
Namespace imports from @userActions are not allowed. Use named imports instead. Example: import { action } from "@userActions/module"
|
Changed files ESLint check:
src/pages/iou/request/step/IOURequestStepDate.tsx#L97
Do not default string IDs to any value. See: https://github.com/Expensify/App/blob/main/contributingGuides/STYLE.md#default-value-for-inexistent-IDs
|