mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
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.
6 lines
69 B
JSON
6 lines
69 B
JSON
{
|
|
"rules": {
|
|
"react-doctor/js-combine-iterations": "off"
|
|
}
|
|
}
|