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
1 changed files with 2 additions and 1 deletions

View File

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