From b44236a7db63724075e685a096c4d5381930c8ce Mon Sep 17 00:00:00 2001 From: Davis Date: Mon, 10 Oct 2016 20:49:03 -0500 Subject: [PATCH] Update .eslintrc --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 1cf581c..d0bf4b3 100644 --- a/.eslintrc +++ b/.eslintrc @@ -3,6 +3,7 @@ "rules": { "import/no-unresolved": "off", "import/no-extraneous-dependencies": "off", + "react/react-in-jsx-scope": "off", "import/extensions": ["error", "never"] }, "env": {