Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lint): add quick fix for useExhaustiveDependencies rule #5326

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

siketyan
Copy link
Member

Summary

Closes #5309

This pull requests an unsafe fix for useExhaustiveDependencies rule to add missing dependencies or remove extra dependencies from/to the hook deps list.

Test Plan

Snapshots updated.

@siketyan siketyan self-assigned this Mar 10, 2025
@github-actions github-actions bot added A-Linter Area: linter L-JavaScript Language: JavaScript and super languages labels Mar 10, 2025
@github-actions github-actions bot added A-CLI Area: CLI A-Project Area: project labels Mar 10, 2025
Copy link

codspeed-hq bot commented Mar 10, 2025

CodSpeed Performance Report

Merging #5326 will not alter performance

Comparing siketyan:feat/GH-5309 (715f820) with main (6b386af)

Summary

✅ 95 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CLI Area: CLI A-Linter Area: linter A-Project Area: project L-JavaScript Language: JavaScript and super languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📎 Implement Quick Fix for useExhaustiveDependencies
1 participant