Files
orca/react-doctor.config.json
T
Neil 41bf76aef2 chore: gate high-signal react doctor rules
Adds a focused React Doctor oxlint gate for high-signal state/effect rules, disables the noisy js-combine-iterations React Doctor rule, and refactors the mobile new-worktree modal away from prop-change state reset effects.
2026-05-31 22:35:15 -07:00

6 lines
69 B
JSON

{
"rules": {
"react-doctor/js-combine-iterations": "off"
}
}