From cda4129a41482dbf1db8341277e4459468ad117d Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Fri, 6 May 2016 11:08:02 -0700 Subject: [PATCH] feat(babel6): 1,240 linter errors --- build/config/eslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config/eslint.json b/build/config/eslint.json index 9e03b9634..e2ce9281a 100644 --- a/build/config/eslint.json +++ b/build/config/eslint.json @@ -34,6 +34,6 @@ "react/sort-comp": "error" }, "settings": { - "import/resolver": {"node": {"extensions": [".es6", ".coffee"]}} + "import/resolver": {"node": {"extensions": [".es6", ".jsx", ".coffee", ".json"]}} } }