From 795853cccba522ec799f954e02edffe816915383 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 28 Aug 2017 21:02:11 -0700 Subject: [PATCH] Exclude failing import --- .eslintrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.eslintrc b/.eslintrc index be1271ebd..a1eb5ce44 100644 --- a/.eslintrc +++ b/.eslintrc @@ -18,6 +18,13 @@ // Prettier automatically uses the least amount of parens possible, so this // does more harm than good. "no-mixed-operators": "off", + // Temporary fix for a failing import lint + "import/no-unresolved": [ + "error", + { + "ignore": [ "slate-drop-or-paste-images" ] + } + ], // Flow "flowtype/require-valid-file-annotation": [ 2,