diff --git a/package.json b/package.json index b8954132f..e78620816 100644 --- a/package.json +++ b/package.json @@ -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" + } } } diff --git a/react-doctor.config.json b/react-doctor.config.json deleted file mode 100644 index 6ced54a13..000000000 --- a/react-doctor.config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "rules": { - "react-doctor/js-combine-iterations": "off" - } -}