← All fixes
Ship failure
CI fails on a lint rule that didn't exist yesterday
The fix
Library update (often `eslint-plugin-react-hooks`) added a new rule. Don't suppress globally. Fix the violations — usually 5-10 lines — and the rule is doing you a favor by catching a real anti-pattern. If the rule is genuinely wrong for your code, disable it per-line with a comment explaining why.
Deeper dive: read the full article →