From 4774cabb84a51efbe9c0ccdd30a3512889f08fd9 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Sat, 30 Jun 2018 08:19:35 +0800 Subject: [PATCH] Update .eslintrc to support new ES6 globals. --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 218cb72b81e..4d652d710ac 100644 --- a/.eslintrc +++ b/.eslintrc @@ -4,7 +4,8 @@ "node": true, "mocha": true, "browser": true, - "builtin": true + "builtin": true, + "es6": true }, "parserOptions": { "ecmaVersion": 7,