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:
parent
38c8a0a5ff
commit
9745d07b8e
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue