Update to support ecma 8

This commit is contained in:
Girish Ramakrishnan
2019-03-09 22:00:09 -08:00
parent b47069ccad
commit 3cfdc64735
+4 -4
View File
@@ -1,11 +1,11 @@
{
"env": {
"es6": true,
"node": true
"node": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2017
"ecmaVersion": 8
},
"rules": {
"indent": [
@@ -26,4 +26,4 @@
],
"no-console": "off"
}
}
}