[WIP] Add PlusMinus icon and allow negative values in MoneyRequestAmountInput #12362
lint-changed.yml
on: pull_request
Changed files ESLint check
1m 17s
Annotations
6 errors
Changed files ESLint check:
src/components/MoneyRequestAmountInput.tsx#L6
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/components/MoneyRequestAmountInput.tsx#L7
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/components/MoneyRequestAmountInput.tsx#L9
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
|
Changed files ESLint check:
src/components/MoneyRequestAmountInput.tsx#L135
'allowNegative' is assigned a value but never used
|
Changed files ESLint check:
src/pages/iou/MoneyRequestAmountForm.tsx#L325
Curly braces are unnecessary here
|
Changed files ESLint check
Process completed with exit code 1.
|