[PR #6465] [MERGED] lint: clean up unnecessary config and disables #60201

Closed
opened 2026-05-07 02:10:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6465
Author: @MatissJanis
Created: 12/21/2025
Status: Merged
Merged: 12/22/2025
Merged by: @MatissJanis

Base: masterHead: matiss/lint-cleanup


📝 Commits (2)

  • 6f8c739 lint: clean up unnecessary config and disables
  • a7f1952 fix: update package import path in browser preload script

📊 Changes

8 files changed (+59 additions, -411 deletions)

View changed files

📝 eslint.config.mjs (+2 -30)
📝 package.json (+1 -3)
📝 packages/desktop-client/src/util/markdown.ts (+11 -2)
📝 packages/desktop-client/vite.config.mts (+1 -2)
📝 packages/loot-core/src/server/cloud-storage.ts (+3 -3)
📝 packages/loot-core/src/server/errors.ts (+7 -2)
upcoming-release-notes/6465.md (+6 -0)
📝 yarn.lock (+28 -369)

📄 Description

Summary by CodeRabbit

  • Chores

    • Updated development dependencies and cleaned up linting configuration for improved build setup.
    • Removed unnecessary configuration imports and simplified type constraints.
  • Refactor

    • Enhanced type safety and strictness across internal modules for better code reliability and maintainability.

✏️ Tip: You can customize this high-level summary in your review settings.


🔄 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/6465 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/21/2025 **Status:** ✅ Merged **Merged:** 12/22/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/lint-cleanup` --- ### 📝 Commits (2) - [`6f8c739`](https://github.com/actualbudget/actual/commit/6f8c739c5dd1a7b9142c3ac442cf09c4997c27eb) lint: clean up unnecessary config and disables - [`a7f1952`](https://github.com/actualbudget/actual/commit/a7f195286b406fda6b75472149e9eaacb2894098) fix: update package import path in browser preload script ### 📊 Changes **8 files changed** (+59 additions, -411 deletions) <details> <summary>View changed files</summary> 📝 `eslint.config.mjs` (+2 -30) 📝 `package.json` (+1 -3) 📝 `packages/desktop-client/src/util/markdown.ts` (+11 -2) 📝 `packages/desktop-client/vite.config.mts` (+1 -2) 📝 `packages/loot-core/src/server/cloud-storage.ts` (+3 -3) 📝 `packages/loot-core/src/server/errors.ts` (+7 -2) ➕ `upcoming-release-notes/6465.md` (+6 -0) 📝 `yarn.lock` (+28 -369) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated development dependencies and cleaned up linting configuration for improved build setup. * Removed unnecessary configuration imports and simplified type constraints. * **Refactor** * Enhanced type safety and strictness across internal modules for better code reliability and maintainability. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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-05-07 02:10:01 -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#60201