fix: Restore some react-hook lint rules#2084
Conversation
This reverts commit 73b746c.
|
🔵 Tier 2 — Low RiskSmall, isolated change with no API route or data model modifications. Review process: AI review + quick human skim (target: 5–15 min). Reviewer validates AI assessment and checks for domain-specific concerns. Stats
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR Review
✅ No critical bugs or security issues. Config change is transparent and intentional; suppression patterns on |
E2E Test Results✅ All tests passed • 130 passed • 3 skipped • 1083s
Tests ran across 4 shards in parallel. |
b1e200f to
a222dee
Compare
Summary
This PR:
react-hookplugin rules which were removed in chore: Add @eslint-react/eslint-plugin recommended rules #2069. Some of them were removed in without any replacements being enabled in the recommended @eslint-react rulesetRule equivalence is documented here: https://www.eslint-react.xyz/docs/migrating-from-eslint-plugin-react-hooks
You can view current effective rule states with
cd packages/app && npx eslint --inspect-configHow to test locally or on Vercel
Locally:
References