From dedae927960d47f3e7d78fc183cf50afd950a154 Mon Sep 17 00:00:00 2001 From: ndittren <36773036+ndittren@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:50:08 -0400 Subject: [PATCH] detect react --- .eslintrc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 86866cc5..6d2ecd6c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -65,5 +65,10 @@ }, "globals": { "require": false - } + }, + "settings": { + "react": { + "version": "detect" + } + } }