Skip to content

Fix ESLint errors and warnings#284

Merged
Mosas2000 merged 31 commits into
mainfrom
fix-eslint-errors-207
Apr 30, 2026
Merged

Fix ESLint errors and warnings#284
Mosas2000 merged 31 commits into
mainfrom
fix-eslint-errors-207

Conversation

@Mosas2000

@Mosas2000 Mosas2000 commented Apr 30, 2026

Copy link
Copy Markdown
Owner

Closes #207

Changes

  • Fixed all 21 ESLint errors (React Hook violations, parsing errors, type errors)
  • Reduced warnings from 124 to 114 by removing unused imports and variables
  • Replaced any types with proper TypeScript types
  • Fixed setState in effect issues
  • Fixed impure function calls in render
  • Added proper type definitions for test mocks

Summary

  • Before: 145 problems (21 errors, 124 warnings)
  • After: 114 problems (0 errors, 114 warnings)
    All changes follow best practices and maintain code functionality.

@Mosas2000 Mosas2000 merged commit 900917e into main Apr 30, 2026
8 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: ESLint errors - unescaped entities and unused variables

1 participant