Skip to content

feat: upgrade ESLint rules to strict mode (issue #262)#337

Open
Topmatrixmor2014 wants to merge 1 commit into
BETAIL-BOYS:mainfrom
Topmatrixmor2014:feat/eslint-strict-mode
Open

feat: upgrade ESLint rules to strict mode (issue #262)#337
Topmatrixmor2014 wants to merge 1 commit into
BETAIL-BOYS:mainfrom
Topmatrixmor2014:feat/eslint-strict-mode

Conversation

@Topmatrixmor2014

Copy link
Copy Markdown

Update ESLint configuration with strict-type-checked and react-hooks/recommended. Fix parsing errors and code quality issues across the codebase. Set react-hooks/exhaustive-deps to error and @typescript-eslint/no-explicit-any to error.

Description

Closes #[ISSUE_NUMBER]

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would break existing functionality)
  • Refactor (code improvement without functional changes)
  • Documentation update

Testing Strategy

  • I have run the linter and type checker
  • I have added/updated tests
  • All existing tests pass

Self-Review Checklist

  • My code follows the project's coding style
  • I have reviewed my own code for potential issues
  • I have added necessary documentation/comments
  • I have updated relevant README or docs if needed
  • No new warnings or errors are introduced
  • Changes are backward-compatible (or documented breaking changes)

closes #262

Update ESLint configuration with strict-type-checked and react-hooks/recommended. Fix parsing errors and code quality issues across the codebase. Set react-hooks/exhaustive-deps to error and @typescript-eslint/no-explicit-any to error.
@AlAfiz

AlAfiz commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

@Topmatrixmor2014 please resolve conflicts

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.

Upgrade ESLint rules to strict mode to catch potential runtime errors

2 participants