From f4256af531c52ef07e7167cf351ebe8c66d7a501 Mon Sep 17 00:00:00 2001 From: Sharyn Date: Mon, 9 Jul 2018 16:28:31 +0200 Subject: [PATCH] Updating eslint parser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was complaining about ‘Parsing error: unexpected token =‘ --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index c689c1e..1c5b0dd 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,6 +1,7 @@ { "extends": [ "airbnb"], + "parser": "babel-eslint", "rules": { "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }], "no-console": "error",