[PR #6457] [MERGED] lint: fix most eslint/no-empty-function violations #60194

Closed
opened 2026-05-07 02:09:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6457
Author: @MatissJanis
Created: 12/20/2025
Status: Merged
Merged: 12/20/2025
Merged by: @MatissJanis

Base: masterHead: matiss/fix-empty-function-lint


📝 Commits (3)

  • d68607b lint: fix most eslint/no-empty-function violations
  • 1599acc Merge branch 'master' into matiss/fix-empty-function-lint
  • 921d71b Remove unnecessary closing brace in .oxlintrc.json

📊 Changes

38 files changed (+148 additions, -81 deletions)

View changed files

📝 .oxlintrc.json (+20 -1)
📝 packages/desktop-client/src/browser-preload.browser.js (+21 -7)
📝 packages/desktop-client/src/components/accounts/Reconcile.test.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/envelope/IncomeMenu.tsx (+2 -2)
📝 packages/desktop-client/src/components/payees/PayeeTableRow.tsx (+0 -3)
📝 packages/desktop-client/src/components/reports/Header.tsx (+10 -6)
📝 packages/desktop-client/src/components/reports/reports/Crossover.tsx (+0 -4)
📝 packages/desktop-client/src/components/reports/reports/Summary.tsx (+0 -4)
📝 packages/desktop-client/src/components/settings/AuthSettings.tsx (+2 -6)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx (+1 -1)
📝 packages/desktop-client/src/index.tsx (+2 -0)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+2 -2)
📝 packages/desktop-client/src/queries/liveQuery.ts (+3 -3)
📝 packages/desktop-client/src/queries/pagedQuery.test.ts (+2 -2)
📝 packages/desktop-client/src/queries/pagedQuery.ts (+3 -3)
📝 packages/desktop-electron/preload.ts (+4 -1)
📝 packages/loot-core/src/platform/client/fetch/index.browser.ts (+9 -3)
📝 packages/loot-core/src/platform/client/fetch/index.ts (+6 -2)
📝 packages/loot-core/src/platform/exceptions/__mocks__/index.ts (+6 -2)
📝 packages/loot-core/src/platform/exceptions/index.ts (+3 -1)

...and 18 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6457 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/20/2025 **Status:** ✅ Merged **Merged:** 12/20/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-empty-function-lint` --- ### 📝 Commits (3) - [`d68607b`](https://github.com/actualbudget/actual/commit/d68607b20fd5b340a8e6f8f8b40bf902d303da1e) lint: fix most eslint/no-empty-function violations - [`1599acc`](https://github.com/actualbudget/actual/commit/1599acc5debc5b633adbe3c0616b00a3d18f8ea9) Merge branch 'master' into matiss/fix-empty-function-lint - [`921d71b`](https://github.com/actualbudget/actual/commit/921d71b790bbd15d5dc69a002600d00018342ccd) Remove unnecessary closing brace in .oxlintrc.json ### 📊 Changes **38 files changed** (+148 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `.oxlintrc.json` (+20 -1) 📝 `packages/desktop-client/src/browser-preload.browser.js` (+21 -7) 📝 `packages/desktop-client/src/components/accounts/Reconcile.test.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/envelope/IncomeMenu.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/payees/PayeeTableRow.tsx` (+0 -3) 📝 `packages/desktop-client/src/components/reports/Header.tsx` (+10 -6) 📝 `packages/desktop-client/src/components/reports/reports/Crossover.tsx` (+0 -4) 📝 `packages/desktop-client/src/components/reports/reports/Summary.tsx` (+0 -4) 📝 `packages/desktop-client/src/components/settings/AuthSettings.tsx` (+2 -6) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx` (+1 -1) 📝 `packages/desktop-client/src/index.tsx` (+2 -0) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+2 -2) 📝 `packages/desktop-client/src/queries/liveQuery.ts` (+3 -3) 📝 `packages/desktop-client/src/queries/pagedQuery.test.ts` (+2 -2) 📝 `packages/desktop-client/src/queries/pagedQuery.ts` (+3 -3) 📝 `packages/desktop-electron/preload.ts` (+4 -1) 📝 `packages/loot-core/src/platform/client/fetch/index.browser.ts` (+9 -3) 📝 `packages/loot-core/src/platform/client/fetch/index.ts` (+6 -2) 📝 `packages/loot-core/src/platform/exceptions/__mocks__/index.ts` (+6 -2) 📝 `packages/loot-core/src/platform/exceptions/index.ts` (+3 -1) _...and 18 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-07 02:09:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#60194