mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"rules": {
|
||||
"react-doctor/js-combine-iterations": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user