chore: move react doctor config into package metadata

Moves the React Doctor js-combine-iterations override from a root react-doctor.config.json file into package.json under reactDoctor, keeping the repo root cleaner without changing behavior.
This commit is contained in:
Neil 2026-05-31 23:00:58 -07:00 committed by GitHub
parent 38c8a0a5ff
commit 9745d07b8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -218,5 +218,10 @@
"@xterm/addon-ligatures@0.11.0-beta.220": "config/patches/@xterm__addon-ligatures@0.11.0-beta.220.patch",
"@xterm/addon-webgl@0.20.0-beta.219": "config/patches/@xterm__addon-webgl@0.20.0-beta.219.patch"
}
},
"reactDoctor": {
"rules": {
"react-doctor/js-combine-iterations": "off"
}
}
}

View File

@ -1,5 +0,0 @@
{
"rules": {
"react-doctor/js-combine-iterations": "off"
}
}