mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -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>
148 B
148 B
category, authors
| category | authors | |
|---|---|---|
| Maintenance |
|
Elevate typescript/no-for-in-array lint rule from warning to error, refactor affected code.