enable EcmaScript 6 to allow for-of loops

This commit is contained in:
Andrew Bauer
2020-08-02 14:59:29 -05:00
committed by GitHub
parent 0ecb1621ce
commit d21f462bd3

View File

@@ -3,6 +3,7 @@
module.exports = {
"env": {
"browser": true,
"es6": true,
},
"extends": ["google"],
"overrides": [{