[PR #2184] [MERGED] ESLint no-default-exports 12 - all loot-core folders except server #4165

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

📋 Pull Request Information

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

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


📝 Commits (3)

  • 2053da8 ESLint no-default-exports 12 - All loot-core folders except server
  • e0b8780 Release notes
  • 535ab35 Fix imports

📊 Changes

77 files changed (+202 additions, -228 deletions)

View changed files

📝 .eslintrc.js (+9 -9)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+1 -1)
📝 packages/desktop-client/src/components/NotesButton.tsx (+1 -1)
📝 packages/desktop-client/src/components/PrivacyFilter.tsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Account.jsx (+8 -2)
📝 packages/desktop-client/src/components/accounts/Balance.jsx (+1 -1)
📝 packages/desktop-client/src/components/budget/report/ReportComponents.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/rollover/HoldTooltip.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/rollover/TransferTooltip.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/CategoryGroupMenu.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/CategoryMenu.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/EditRule.jsx (+2 -1)
📝 packages/desktop-client/src/components/modals/Notes.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/category-spending-spreadsheet.tsx (+2 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts (+1 -1)

...and 57 more files

📄 Description


🔄 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/2184 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 1/6/2024 **Status:** ✅ Merged **Merged:** 1/6/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `eslint-no-default-exports-12` --- ### 📝 Commits (3) - [`2053da8`](https://github.com/actualbudget/actual/commit/2053da8da52607695b413c9eb5f18a25588aa035) ESLint no-default-exports 12 - All loot-core folders except server - [`e0b8780`](https://github.com/actualbudget/actual/commit/e0b878096297d2772af53de72858db92b85b3429) Release notes - [`535ab35`](https://github.com/actualbudget/actual/commit/535ab357056422d21a0b40aaa44aead1f2e35343) Fix imports ### 📊 Changes **77 files changed** (+202 additions, -228 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+9 -9) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/PrivacyFilter.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+8 -2) 📝 `packages/desktop-client/src/components/accounts/Balance.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/report/ReportComponents.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/rollover/HoldTooltip.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/rollover/TransferTooltip.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/CategoryGroupMenu.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/CategoryMenu.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/EditRule.jsx` (+2 -1) 📝 `packages/desktop-client/src/components/modals/Notes.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/category-spending-spreadsheet.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts` (+1 -1) _...and 57 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 --> --- <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:27 -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#4165