From adf9f0f0d068b4a7c40ede8b8f02cdde1af8fbcd Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Tue, 12 Apr 2022 12:26:38 +0200 Subject: [PATCH] Automatically detect React version in ESLint --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 0680e0c9062..1548ae3995a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,7 +24,7 @@ }, "settings": { "react": { - "version": "16.4.0" + "version": "detect" } }, "globals": {