mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
* [AI] Promote typescript/no-for-in-array lint rule from warn to error Convert the oxlint rule from "warn" to "error" as noted by the existing TODO comment, and fix the three violations by replacing for-in loops with for-of using .entries(). https://claude.ai/code/session_01N6F8DMzUVDxNJC56jMGknf * Add release notes for PR #7193 --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>