Skip to content

fix: enforce eslint rules - no-explicit-any and no-unused-vars#883

Merged
RUKAYAT-CODER merged 2 commits into
rinafcode:mainfrom
Benedict315:fix/eslint-rules
Jul 2, 2026
Merged

fix: enforce eslint rules - no-explicit-any and no-unused-vars#883
RUKAYAT-CODER merged 2 commits into
rinafcode:mainfrom
Benedict315:fix/eslint-rules

Conversation

@Benedict315

Copy link
Copy Markdown
Contributor
  • Change @typescript-eslint/no-explicit-any from off to warn
  • Change @typescript-eslint/no-unused-vars from off to error
  • Fix unused variables and imports across codebase
  • Replace 'any' types with proper types (unknown, string, Record<string, unknown>)
  • Prefix unused caught errors with underscore to match eslint convention

Description

Brief description of changes

Related Issue

Closes #

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • No console errors
  • Uses Lucide icons consistently
  • Responsive design implemented
  • Starknet best practices followed

closes #747

jotel-dev added 2 commits July 2, 2026 15:34
- Change @typescript-eslint/no-explicit-any from off to warn
- Change @typescript-eslint/no-unused-vars from off to error
- Fix unused variables and imports across codebase
- Replace 'any' types with proper types (unknown, string, Record<string, unknown>)
- Prefix unused caught errors with underscore to match eslint convention
@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thank you for contributing to the project.

@RUKAYAT-CODER RUKAYAT-CODER merged commit 100ef58 into rinafcode:main Jul 2, 2026
6 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.

[Tech-debt] ESLint globally disables no-explicit-any and no-unused-vars — masks type debt

3 participants