From 765a314a7dec98b208b2cf7c7578c803687b94e0 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 14 Jun 2016 18:46:21 +0100 Subject: [PATCH] Enable es6 to allow the use of `Promise`s --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index 2584354c..2d78818b 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1,5 +1,6 @@ env: browser: true + es6: true extends: 'eslint:recommended' rules: indent: