[PR #2117] [MERGED] ESLint no-default-exports 3 #4128

Closed
opened 2026-02-28 20:51:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2117
Author: @joel-jeremy
Created: 12/22/2023
Status: Merged
Merged: 1/6/2024
Merged by: @joel-jeremy

Base: masterHead: eslint-no-default-exports-3


📝 Commits (4)

📊 Changes

119 files changed (+186 additions, -171 deletions)

View changed files

📝 .eslintrc.js (+17 -0)
📝 packages/desktop-client/src/components/AppBackground.tsx (+1 -1)
📝 packages/desktop-client/src/components/DevelopmentTopBar.tsx (+1 -1)
📝 packages/desktop-client/src/components/FatalError.tsx (+3 -3)
📝 packages/desktop-client/src/components/LoggedInUser.tsx (+1 -1)
📝 packages/desktop-client/src/components/ManageRules.tsx (+1 -1)
📝 packages/desktop-client/src/components/Notifications.tsx (+2 -2)
📝 packages/desktop-client/src/components/ThemeSelector.tsx (+1 -1)
📝 packages/desktop-client/src/components/Titlebar.tsx (+2 -2)
📝 packages/desktop-client/src/components/UpdateNotification.tsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/AccountSyncCheck.jsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Header.jsx (+4 -4)
📝 packages/desktop-client/src/components/accounts/MobileAccountDetails.jsx (+3 -3)
📝 packages/desktop-client/src/components/accounts/Reconcile.jsx (+2 -2)
📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/BudgetTotals.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.jsx (+3 -3)
📝 packages/desktop-client/src/components/budget/SidebarCategory.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/SidebarGroup.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/report/BalanceTooltip.tsx (+1 -1)

...and 80 more files

📄 Description

The number of files changed should go down once the previous parts gets merged.


🔄 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/2117 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 12/22/2023 **Status:** ✅ Merged **Merged:** 1/6/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `eslint-no-default-exports-3` --- ### 📝 Commits (4) - [`00a3dd8`](https://github.com/actualbudget/actual/commit/00a3dd801da5c63da9e5010e5fd920d2ffd1f249) ESLint no default exports - part 3 - [`c7b47f5`](https://github.com/actualbudget/actual/commit/c7b47f58c957f7145e0de351720f6a38631f9565) Fix default imports - [`102a951`](https://github.com/actualbudget/actual/commit/102a951707bf16332a9ee1ce6bd64230d470ff56) Release notes - [`70ea1f2`](https://github.com/actualbudget/actual/commit/70ea1f206d718f1e050d5c0eaaca6672ff7bf87a) Fix Menu ### 📊 Changes **119 files changed** (+186 additions, -171 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+17 -0) 📝 `packages/desktop-client/src/components/AppBackground.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/DevelopmentTopBar.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/FatalError.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Notifications.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/ThemeSelector.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/UpdateNotification.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/AccountSyncCheck.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+4 -4) 📝 `packages/desktop-client/src/components/accounts/MobileAccountDetails.jsx` (+3 -3) 📝 `packages/desktop-client/src/components/accounts/Reconcile.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/BudgetTotals.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.jsx` (+3 -3) 📝 `packages/desktop-client/src/components/budget/SidebarCategory.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/SidebarGroup.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/report/BalanceTooltip.tsx` (+1 -1) _...and 80 more files_ </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> The number of files changed should go down once the previous parts gets merged. --- <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-02-28 20:51:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4128