📎 Implement Quick Fix for useExhaustiveDependencies
#5309
Labels
A-Linter
Area: linter
D-React
Domain: React
L-JavaScript
Language: JavaScript and super languages
S-Enhancement
Status: Improve an existing feature
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Description
useExhaustiveDependencies
can detect when dependencies are incorrect, but it currently lacks an autofix to apply the expected dependencies.We should implement a fixer for this rule.
Note this fixer would always be unsafe, since users may have intentional reasons for diverging from the suggested dependencies.
The text was updated successfully, but these errors were encountered: