Skip to content

chore: resolve all ESLint warnings across codebase#490

Merged
steilerDev merged 2 commits intobetafrom
chore/lint-warnings
Mar 6, 2026
Merged

chore: resolve all ESLint warnings across codebase#490
steilerDev merged 2 commits intobetafrom
chore/lint-warnings

Conversation

@steilerDev
Copy link
Owner

Summary

  • Removed 57 ESLint warnings across 23 files in client/, server/, and shared/
  • Removed unused imports, variables, and functions
  • Prefixed intentionally unused parameters with underscore
  • Replaced any types with proper types where possible
  • Fixed React hook dependency arrays
  • Added justified eslint-disable comments for mock types in tests

Test plan

  • Pre-commit hook passes (lint, format, typecheck, build, audit)
  • npx eslint . produces 0 warnings

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

claude added 2 commits March 6, 2026 11:30
Remove unused imports, variables, and functions. Prefix intentionally
unused parameters with underscore. Replace `any` types with proper
types. Fix React hook dependency arrays. Add justified eslint-disable
comments for mock types in tests.

Resolves 57 warnings across 23 files in client/, server/, and shared/.

Co-Authored-By: Claude backend-developer (Haiku) <noreply@anthropic.com>
Co-Authored-By: Claude frontend-developer (Haiku) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix destructured interface props that were incorrectly prefixed with
underscore. Remove unused `milestones` from GanttSidebar destructuring
(optional prop). Add eslint-disable for `activeTouchId` in
CalendarHouseholdItem (required by interface but unused in component).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@steilerDev steilerDev merged commit 436715e into beta Mar 6, 2026
13 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

🎉 This PR is included in version 1.12.0-beta.53 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants