From 634103f14455a637a231da4c2b75c9c614f7950a Mon Sep 17 00:00:00 2001 From: willyb321 Date: Thu, 28 Jun 2018 06:48:56 +1000 Subject: [PATCH] update eslintrc to allow es6 --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 8e0f6cd1..d1c8bd1a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -9,7 +9,8 @@ }, "env": { "browser": true, - "node": true + "node": true, + "es6": true }, "plugins": [ "react"