[PR #1173] [MERGED] New linter rule import/no-unused-modules & fixing import on typescript #52869

Closed
opened 2026-04-30 21:15:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1173
Author: @Shazib
Created: 6/23/2023
Status: Merged
Merged: 6/24/2023
Merged by: @j-f1

Base: masterHead: export-tidy


📝 Commits (10+)

📊 Changes

15 files changed (+322 additions, -193 deletions)

View changed files

📝 .eslintrc.js (+29 -0)
📝 package.json (+2 -0)
📝 packages/desktop-client/.eslintignore (+2 -0)
📝 packages/desktop-client/src/components/accounts/MobileAccount.js (+1 -1)
📝 packages/desktop-client/src/components/accounts/MobileTransaction.js (+2 -0)
📝 packages/desktop-client/src/plaid.js (+1 -0)
packages/import-ynab4/.eslintignore (+1 -0)
packages/import-ynab5/.eslintignore (+1 -0)
📝 packages/loot-core/src/platform/client/fetch/index.testing.ts (+1 -1)
📝 packages/loot-core/src/platform/server/sqlite/index.web.test.ts (+0 -1)
📝 packages/loot-core/src/server/accounts/payees.ts (+1 -0)
packages/loot-core/src/server/spreadsheet/sqlinterp.ts (+0 -187)
📝 packages/loot-core/src/shared/environment.ts (+2 -0)
upcoming-release-notes/1173.md (+6 -0)
📝 yarn.lock (+273 -3)

📄 Description

  • New linter rules are now added
  • Perhaps the createPayee method i've tagged with a disable should be deleted.
  • I have ignored unused methods in Plaid/Mobile as this stuff is still WIP/experimental?

🔄 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/1173 **Author:** [@Shazib](https://github.com/Shazib) **Created:** 6/23/2023 **Status:** ✅ Merged **Merged:** 6/24/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `export-tidy` --- ### 📝 Commits (10+) - [`8fcaa99`](https://github.com/actualbudget/actual/commit/8fcaa995b1c2bb6c37c29e1427442d80bc330db1) Remove unused exports - [`ae6adf6`](https://github.com/actualbudget/actual/commit/ae6adf636656ff5d89250b9482d715cb4efa889f) Add Release Notes - [`b4e766e`](https://github.com/actualbudget/actual/commit/b4e766ec989cec7912b73275111f5a0477a24a07) Removing unused functions - [`0a37705`](https://github.com/actualbudget/actual/commit/0a37705c34b4bc5c16062e93e5bb2092c455ad5c) Merge branch 'actualbudget:master' into export-tidy - [`2505471`](https://github.com/actualbudget/actual/commit/250547113489fdce55ec94ccc8fe0c06aa58520a) Merge branch 'export-tidy' of https://github.com/Shazib/actual into export-tidy - [`ff66c63`](https://github.com/actualbudget/actual/commit/ff66c632d494de33ecc70d3650e1d53d8ed19e05) Add Release Notes - [`06adff4`](https://github.com/actualbudget/actual/commit/06adff4c3f913f60aa217841050ce22ac3f7e3f6) Merge branch 'actualbudget:master' into export-tidy - [`1362313`](https://github.com/actualbudget/actual/commit/136231326e6f7ade810f3a209e005510d48a21d2) Removing Tutorial - [`181c78d`](https://github.com/actualbudget/actual/commit/181c78de0bbd295852e0daebfbd935698199f5b2) Add Release Notes - [`3bc98b4`](https://github.com/actualbudget/actual/commit/3bc98b42cc69290af57588b0b23fd8eb184cea3a) Merge branch 'actualbudget:master' into export-tidy ### 📊 Changes **15 files changed** (+322 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+29 -0) 📝 `package.json` (+2 -0) 📝 `packages/desktop-client/.eslintignore` (+2 -0) 📝 `packages/desktop-client/src/components/accounts/MobileAccount.js` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/MobileTransaction.js` (+2 -0) 📝 `packages/desktop-client/src/plaid.js` (+1 -0) ➕ `packages/import-ynab4/.eslintignore` (+1 -0) ➕ `packages/import-ynab5/.eslintignore` (+1 -0) 📝 `packages/loot-core/src/platform/client/fetch/index.testing.ts` (+1 -1) 📝 `packages/loot-core/src/platform/server/sqlite/index.web.test.ts` (+0 -1) 📝 `packages/loot-core/src/server/accounts/payees.ts` (+1 -0) ➖ `packages/loot-core/src/server/spreadsheet/sqlinterp.ts` (+0 -187) 📝 `packages/loot-core/src/shared/environment.ts` (+2 -0) ➕ `upcoming-release-notes/1173.md` (+6 -0) 📝 `yarn.lock` (+273 -3) </details> ### 📄 Description - New linter rules are now added - Perhaps the `createPayee` method i've tagged with a disable should be deleted. - I have ignored unused methods in Plaid/Mobile as this stuff is still WIP/experimental? --- <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-04-30 21:15:06 -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#52869