Update .eslintrc to support new ES6 globals.

This commit is contained in:
Guo Xiang Tan 2018-06-30 08:19:35 +08:00
parent f4d77037d0
commit 4774cabb84

View File

@ -4,7 +4,8 @@
"node": true, "node": true,
"mocha": true, "mocha": true,
"browser": true, "browser": true,
"builtin": true "builtin": true,
"es6": true
}, },
"parserOptions": { "parserOptions": {
"ecmaVersion": 7, "ecmaVersion": 7,