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