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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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