Skip to content

Commit 6851a8c

Browse files
Fix ESLint warnings and update limit
1 parent a4b094a commit 6851a8c

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test:debug": "TZ=utc NODE_OPTIONS='--inspect-brk --experimental-vm-modules' jest --runInBand",
4747
"perf-test": "NODE_OPTIONS=--experimental-vm-modules npx reassure",
4848
"typecheck": "NODE_OPTIONS=--max_old_space_size=8192 tsc",
49-
"lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=324 --cache --cache-location=node_modules/.cache/eslint",
49+
"lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=321 --cache --cache-location=node_modules/.cache/eslint",
5050
"lint-changed": "NODE_OPTIONS=--max_old_space_size=8192 ./scripts/lintChanged.sh",
5151
"lint-watch": "npx eslint-watch --watch --changed",
5252
"shellcheck": "./scripts/shellCheck.sh",

src/pages/home/report/ReportActionsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ function ReportActionsList({
447447
setIsScrollToBottomEnabled(true);
448448
});
449449
},
450-
[report.reportID, reportScrollManager, setIsFloatingMessageCounterVisible, sortedVisibleReportActions, reportScrollManager],
450+
[report.reportID, reportScrollManager, setIsFloatingMessageCounterVisible, sortedVisibleReportActions],
451451
);
452452

453453
// Clear the highlighted report action after scrolling and highlighting

src/pages/settings/Wallet/PaymentMethodList.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,11 @@ function PaymentMethodList({
492492
styles.ph6,
493493
styles.paymentMethod,
494494
styles.badgeBordered,
495+
styles.mt4,
496+
styles.mt6,
497+
styles.mb1,
495498
styles.textLabel,
496499
styles.colorMuted,
497-
styles.mh8,
498-
styles.mt6,
499500
filteredPaymentMethods,
500501
invoiceTransferBankAccountID,
501502
userWallet?.walletLinkedAccountID,

0 commit comments

Comments
 (0)