From d2cec00c5a31a8fc81a3ff46252662be04c33f5f Mon Sep 17 00:00:00 2001 From: ndittren <36773036+ndittren@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:58:47 -0400 Subject: [PATCH] detect react --- circumstellar-habitable-zone-simulator/.eslintrc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/circumstellar-habitable-zone-simulator/.eslintrc.json b/circumstellar-habitable-zone-simulator/.eslintrc.json index 8dfc9cc1de..f0b0b4f2e7 100644 --- a/circumstellar-habitable-zone-simulator/.eslintrc.json +++ b/circumstellar-habitable-zone-simulator/.eslintrc.json @@ -22,5 +22,10 @@ }, "rules": { "no-console": "off" - } + }, + "settings": { + "react": { + "version": "detect" + } + } }