From 21f1fd17bbfa938472420975dd531120b89482c1 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 4 Mar 2019 20:53:04 -0500 Subject: [PATCH] Fixed: Eslint warnings after update react plugin --- frontend/.eslintrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/.eslintrc b/frontend/.eslintrc index 85a301813..8593e9f61 100644 --- a/frontend/.eslintrc +++ b/frontend/.eslintrc @@ -28,6 +28,12 @@ "react" ], + "settings": { + "react": { + "version": "detect" + } + }, + "rules": { "filenames/match-exported": ["error"],