Skip to content

fix: relax ESLint strict type rules to warnings#2129

Merged
dartpain merged 1 commit intomainfrom
fix/eslint-strict-rules
Nov 3, 2025
Merged

fix: relax ESLint strict type rules to warnings#2129
dartpain merged 1 commit intomainfrom
fix/eslint-strict-rules

Conversation

@ManishMadan2882
Copy link
Collaborator

@ManishMadan2882 ManishMadan2882 commented Nov 3, 2025

Adjust @typescript-eslint/no-explicit-any and @typescript-eslint/no-unused-vars from error to warning to allow gradual code refactoring.

- Changed @typescript-eslint/no-explicit-any from error to warning
- Changed @typescript-eslint/no-unused-vars from error to warning
- Allows codebase to pass linting while maintaining code quality checks
- These rules can be gradually enforced as code is refactored
- Verified with npm run build - successful
@vercel
Copy link

vercel bot commented Nov 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
nextra-docsgpt Ready Ready Preview Comment Nov 3, 2025 2:11pm
oss-docsgpt Ready Ready Preview Comment Nov 3, 2025 2:11pm

@codecov
Copy link

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.65%. Comparing base (44521cd) to head (2af7387).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2129      +/-   ##
==========================================
- Coverage   43.66%   43.65%   -0.01%     
==========================================
  Files         140      140              
  Lines        9860     9861       +1     
==========================================
  Hits         4305     4305              
- Misses       5555     5556       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dartpain dartpain merged commit d544695 into main Nov 3, 2025
14 of 15 checks passed
ManishMadan2882 added a commit that referenced this pull request Nov 5, 2025
- Changed @typescript-eslint/no-explicit-any from error to warning
- Changed @typescript-eslint/no-unused-vars from error to warning
- Allows codebase to pass linting while maintaining code quality checks
- These rules can be gradually enforced as code is refactored
- Verified with npm run build - successful
@dartpain dartpain deleted the fix/eslint-strict-rules branch December 19, 2025 16:20
ManishMadan2882 added a commit that referenced this pull request Feb 16, 2026
- Changed @typescript-eslint/no-explicit-any from error to warning
- Changed @typescript-eslint/no-unused-vars from error to warning
- Allows codebase to pass linting while maintaining code quality checks
- These rules can be gradually enforced as code is refactored
- Verified with npm run build - successful
ManishMadan2882 added a commit that referenced this pull request Feb 16, 2026
- Changed @typescript-eslint/no-explicit-any from error to warning
- Changed @typescript-eslint/no-unused-vars from error to warning
- Allows codebase to pass linting while maintaining code quality checks
- These rules can be gradually enforced as code is refactored
- Verified with npm run build - successful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants