Skip to content

Commit

Permalink
enable EcmaScript 6 to allow for-of loops
Browse files Browse the repository at this point in the history
  • Loading branch information
knight-of-ni committed Aug 2, 2020
1 parent 0ecb162 commit d21f462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -3,6 +3,7 @@
module.exports = {
"env": {
"browser": true,
"es6": true,
},
"extends": ["google"],
"overrides": [{
Expand Down

0 comments on commit d21f462

Please sign in to comment.