From 7fc258453feb318a90e6f309f1435494346ed25b Mon Sep 17 00:00:00 2001 From: Ankur Date: Thu, 17 Mar 2022 01:20:12 +0530 Subject: [PATCH] =?UTF-8?q?Specified=20React=20version=20=F0=9F=94=A7=20(#?= =?UTF-8?q?21422)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ankur12-1610 --- .eslintrc.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index bb3a06d355..3e1892b2d6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,6 +12,11 @@ module.exports = { // Things we do that break the ideal style "quotes": "off", }, + settings: { + react: { + version: 'detect' + } + }, overrides: [{ files: ["src/**/*.{ts,tsx}"], extends: [