Show advice messages to help to fix lint error with error message #1391
Labels
A-Linter
Area: linter
good first issue
Good for newcomers
S-Enhancement
Status: Improve an existing feature
I have discussed in #1390
react-hooks/exhaustive-deps
shows advice message including concrete missing variable names with error message such asReact Hook useEffect has a missing dependency: 'missingVariableName'. Either include it or remove the dependency array.
, but biome VSCode extension shows only error message such asThis hook specifies more dependencies than necessary.
when we useuseExhaustiveDependencies
rule.With concrete missing variable names, we can quickly fix lint error. So I want you to consider about it.
The text was updated successfully, but these errors were encountered: