From f0152fe0cfcc7425785f0941cc7f4afd931110e3 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Thu, 8 Sep 2016 19:41:30 -0700 Subject: [PATCH] add es6 env --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 2ae49e9c..e86eb432 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,8 @@ "extends": "eslint:recommended", "env": { "browser": true, - "commonjs": true + "commonjs": true, + "es6": true }, "parser": "babel-eslint", "plugins": [