[PR #974] [MERGED] @typescript-eslint/no-unused-vars #3440

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/974
Author: @trevdor
Created: 4/30/2023
Status: Merged
Merged: 4/30/2023
Merged by: @trevdor

Base: masterHead: trevdor-eslint


📝 Commits (5)

📊 Changes

9 files changed (+22 additions, -17 deletions)

View changed files

📝 .eslintrc.js (+9 -9)
📝 packages/desktop-client/src/components/accounts/MobileAccount.js (+1 -1)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.js (+2 -2)
📝 packages/desktop-client/src/components/debug/index.js (+1 -1)
📝 packages/desktop-client/src/components/sort.js (+1 -1)
📝 packages/desktop-electron/index.js (+1 -1)
📝 packages/loot-core/src/server/spreadsheet/new/parser.ts (+1 -1)
📝 packages/loot-core/typings/window.d.ts (+0 -1)
upcoming-release-notes/974.md (+6 -0)

📄 Description

Switch to TS version of no-unused-vars rule.
(Trying to use enums on another branch and the JS version throws false warnings.)


🔄 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/974 **Author:** [@trevdor](https://github.com/trevdor) **Created:** 4/30/2023 **Status:** ✅ Merged **Merged:** 4/30/2023 **Merged by:** [@trevdor](https://github.com/trevdor) **Base:** `master` ← **Head:** `trevdor-eslint` --- ### 📝 Commits (5) - [`8b9a5ea`](https://github.com/actualbudget/actual/commit/8b9a5ead5630c3b6b7ccad79ab7ca7b5b763f7eb) Switch to @typescript-eslint/no-unused-vars - [`bb402f5`](https://github.com/actualbudget/actual/commit/bb402f572194fb459f516c62679dbf7dc0eb0d56) release notes - [`baf26a1`](https://github.com/actualbudget/actual/commit/baf26a14b496bd24c06cae1ad2c8b8743ca528ac) @typescript-eslint - [`044d83c`](https://github.com/actualbudget/actual/commit/044d83ceb6f05c3a367d65ed6d3e0740292bab62) fixup! @typescript-eslint - [`647132a`](https://github.com/actualbudget/actual/commit/647132a4dcc057681dc2a3ef4322bdf8a2bf089e) fixup! @typescript-eslint ### 📊 Changes **9 files changed** (+22 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+9 -9) 📝 `packages/desktop-client/src/components/accounts/MobileAccount.js` (+1 -1) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.js` (+2 -2) 📝 `packages/desktop-client/src/components/debug/index.js` (+1 -1) 📝 `packages/desktop-client/src/components/sort.js` (+1 -1) 📝 `packages/desktop-electron/index.js` (+1 -1) 📝 `packages/loot-core/src/server/spreadsheet/new/parser.ts` (+1 -1) 📝 `packages/loot-core/typings/window.d.ts` (+0 -1) ➕ `upcoming-release-notes/974.md` (+6 -0) </details> ### 📄 Description Switch to TS version of `no-unused-vars` rule. (Trying to use enums on another branch and the JS version throws false warnings.) --- <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:41:39 -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#3440