[PR #1949] [MERGED] 🔧 (eslint) disallow using 'var': no-var rule #4038

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1949
Author: @MatissJanis
Created: 11/21/2023
Status: Merged
Merged: 11/21/2023
Merged by: @MatissJanis

Base: masterHead: matiss/no-var


📝 Commits (2)

  • a6738c3 🔧 (eslint) disallow using 'var': no-var rule
  • 42f464f Release notes

📊 Changes

6 files changed (+12 additions, -4 deletions)

View changed files

📝 .eslintrc.js (+2 -0)
📝 packages/desktop-client/src/browser-preload.browser.js (+1 -1)
📝 packages/desktop-electron/afterSignHook.js (+1 -1)
📝 packages/desktop-electron/security.js (+1 -1)
📝 packages/node-libofx/index.js (+1 -1)
upcoming-release-notes/1949.md (+6 -0)

📄 Description

https://eslint.org/docs/latest/rules/no-var


🔄 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/1949 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 11/21/2023 **Status:** ✅ Merged **Merged:** 11/21/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/no-var` --- ### 📝 Commits (2) - [`a6738c3`](https://github.com/actualbudget/actual/commit/a6738c3436e63f6bc20079e50cffc3f1ea9719aa) :wrench: (eslint) disallow using 'var': no-var rule - [`42f464f`](https://github.com/actualbudget/actual/commit/42f464f780055fe7f9837694852a329fdc5359ce) Release notes ### 📊 Changes **6 files changed** (+12 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+2 -0) 📝 `packages/desktop-client/src/browser-preload.browser.js` (+1 -1) 📝 `packages/desktop-electron/afterSignHook.js` (+1 -1) 📝 `packages/desktop-electron/security.js` (+1 -1) 📝 `packages/node-libofx/index.js` (+1 -1) ➕ `upcoming-release-notes/1949.md` (+6 -0) </details> ### 📄 Description https://eslint.org/docs/latest/rules/no-var --- <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:50:37 -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#4038