mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:39:17 -05:00
* Fix lint violations * Refactor code for clarity and consistency - Updated various components to improve readability and maintainability, including: - Changed `while (1)` to `while (true)` for better clarity. - Simplified conditional checks by removing unnecessary boolean casts. - Added missing `key` props in mapped elements to ensure proper rendering in lists. - Adjusted the handling of hidden states in budget components for clearer logic. - Cleaned up linting rules in `.oxlintrc.json` to streamline configuration. * Fix unused variable warning in electronApp fixture * Fix linting comment in fixtures.ts
78 B
78 B
category, authors
| category | authors | |
|---|---|---|
| Maintenance |
|
Fix various lint issues