[PR #2171] [MERGED] ESLint no-default-exports 9 - all components folder #4155

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2171
Author: @joel-jeremy
Created: 1/4/2024
Status: Merged
Merged: 1/6/2024
Merged by: @joel-jeremy

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


📝 Commits (3)

  • 9a6644b ESLint no default exports 9 - components folder
  • 0ae3390 ESLint no default exports 9 - components folder 2
  • 8639060 Release notes

📊 Changes

78 files changed (+154 additions, -195 deletions)

View changed files

📝 .eslintrc.js (+1 -21)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+2 -2)
📝 packages/desktop-client/src/components/ManageRules.tsx (+3 -3)
📝 packages/desktop-client/src/components/Titlebar.tsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Account.jsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Balance.jsx (+3 -3)
📝 packages/desktop-client/src/components/accounts/MobileAccountDetails.jsx (+2 -2)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.jsx (+2 -2)
📝 packages/desktop-client/src/components/accounts/Reconcile.jsx (+2 -2)
📝 packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.jsx (+5 -5)
📝 packages/desktop-client/src/components/budget/RenderMonths.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/report/BalanceTooltip.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/report/ReportComponents.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/BudgetSummary.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/BudgetTotal.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/ExpenseProgress.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/IncomeProgress.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/Saved.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/rollover/BalanceTooltip.tsx (+1 -1)

...and 58 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/2171 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 1/4/2024 **Status:** ✅ Merged **Merged:** 1/6/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `eslint-no-default-exports-9` --- ### 📝 Commits (3) - [`9a6644b`](https://github.com/actualbudget/actual/commit/9a6644b003e87bb763d724296d691c5ea86c0875) ESLint no default exports 9 - components folder - [`0ae3390`](https://github.com/actualbudget/actual/commit/0ae3390e5717125417100a9ddf31ba9fe4401ff4) ESLint no default exports 9 - components folder 2 - [`8639060`](https://github.com/actualbudget/actual/commit/8639060632a684bdb564f8757513e411f24af306) Release notes ### 📊 Changes **78 files changed** (+154 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+1 -21) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Balance.jsx` (+3 -3) 📝 `packages/desktop-client/src/components/accounts/MobileAccountDetails.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/accounts/Reconcile.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.jsx` (+5 -5) 📝 `packages/desktop-client/src/components/budget/RenderMonths.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/report/BalanceTooltip.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/report/ReportComponents.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/BudgetSummary.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/BudgetTotal.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/ExpenseProgress.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/IncomeProgress.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/Saved.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/rollover/BalanceTooltip.tsx` (+1 -1) _...and 58 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:52:18 -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#4155